[eclipse-webtools] Fix typo in webtools-servertools installation.

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Nov 18 10:06:12 UTC 2014


commit c5e640027c4df739205191842a8a5df7c352c1c5
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Tue Nov 18 12:05:44 2014 +0200

    Fix typo in webtools-servertools installation.

 eclipse-webtools.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-webtools.spec b/eclipse-webtools.spec
index d176e8c..6f045ce 100644
--- a/eclipse-webtools.spec
+++ b/eclipse-webtools.spec
@@ -3,7 +3,7 @@
 
 Name:           eclipse-webtools
 Version:        3.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Eclipse Webtools Projects
 
 License:        EPL
@@ -484,7 +484,7 @@ for f in webtools.servertools/features/org.eclipse.wst.server_userdoc.feature \
 do
     _feature=$(echo ${f} | sed -e "s|.*/org|org|g")
     mkdir %{buildroot}%{install_loc}/webtools-servertools/eclipse/features/${_feature}
-    unzip -q -o -d %{buildroot}%{install_loc}/webtools-common/eclipse/features/${_feature} \
+    unzip -q -o -d %{buildroot}%{install_loc}/webtools-servertools/eclipse/features/${_feature} \
         ${f}/target/*-SNAPSHOT.jar
 done
 
@@ -856,6 +856,9 @@ build-jar-repository -p -s %{buildroot}%{install_loc}/webtools-dali/eclipse/plug
 %{install_loc}/webtools-dali
 
 %changelog
+* Tue Nov 18 2014 Alexander Kurtakov <akurtako at redhat.com> 3.6.1-2
+- Fix typo in webtools-servertools installation.
+
 * Fri Sep 26 2014 Gerard Ryan <gerard at ryan.lt> - 3.6.1-1
 - Update to latest upstream release tag R3_6_1
 


More information about the scm-commits mailing list