Fix swt symlinks in %%libdir/eclipse.

This commit is contained in:
Alexander Kurtakov 2008-10-17 10:16:51 +00:00
parent f3f8d44d26
commit 9377446b81

View File

@ -1032,6 +1032,7 @@ pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
for lib in $(find configuration -name libswt\*.so); do
ln -s $lib `basename $lib`
done
popd
# Ensure the shared libraries have the correct permissions
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}
@ -1530,6 +1531,9 @@ fi
#%{_libdir}/%{name}/configuration/org.eclipse.equinox.source
%changelog
* Fri Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-3
- Fix swt symlinks in %%libdir/eclipse.
* Thu Oct 16 2008 Alexander Kurtakov <akurtako@redhat.com> 3.4.1-2
- Fix quoting bug in pdebuild.sh.