chmod launcher binary

This commit is contained in:
Andrew Overholt 2007-11-01 14:01:07 +00:00
parent a3c9ae63f7
commit 5fd1871f9c
1 changed files with 3 additions and 0 deletions

View File

@ -866,6 +866,9 @@ for lib in `find configuration -name \*.so`; do
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