[eclipse-anyedit] Fix install_loc.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Nov 8 21:48:26 UTC 2010


commit 687bc779e9fb2dfae6968cddeeec80f349727cc2
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Nov 8 23:48:02 2010 +0200

    Fix install_loc.

 eclipse-anyedit.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-anyedit.spec b/eclipse-anyedit.spec
index a10b542..01a6052 100644
--- a/eclipse-anyedit.spec
+++ b/eclipse-anyedit.spec
@@ -1,6 +1,6 @@
 %global eclipse_base %{_libdir}/eclipse
 %global rlsdate 201010272352
-%global install_loc         %{_libdir}/eclipse/dropins/anyedit
+%global install_loc         %{_datadir}/eclipse/dropins/anyedit
 
 Summary: AnyEdit plugin for eclipse
 Name: eclipse-anyedit
@@ -27,7 +27,6 @@ Eclipse editors.
 
 %prep
 %setup -q -n anyedittools
-#%patch0 -p1
 
 # remove pre-compiled classes
 rm -rf de


More information about the scm-commits mailing list