[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/eclipse/devel eclipse.spec,1.496,1.497



Author: overholt

Update of /cvs/pkgs/rpms/eclipse/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1008

Modified Files:
	eclipse.spec 
Log Message:
chmod launcher binary


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.496
retrieving revision 1.497
diff -u -r1.496 -r1.497
--- eclipse.spec	31 Oct 2007 15:00:22 -0000	1.496
+++ eclipse.spec	1 Nov 2007 14:01:07 -0000	1.497
@@ -866,6 +866,9 @@
    chmod 755 $lib
 done
 
+# Ensure the launcher binary has the correct permission
+chmod 755 %{_libdir}/%{name}/%{name}
+
 # Create file listings for the extracted shared libraries
 echo -n "" > %{_builddir}/%{buildsubdir}/%{name}-platform.install;
 for id in `ls configuration/org.eclipse.osgi/bundles`; do


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]