Strip the engine shared libraries as well.

Submitted by Corinna Vinschen <vinschen@redhat.com>
This commit is contained in:
Richard Levitte 2005-06-23 20:55:38 +00:00
parent ab6cf1b8a2
commit d996a9af2b

View File

@ -119,7 +119,9 @@ create_cygwin_readme
create_profile_files
cd ${INSTALL_PREFIX}
strip usr/bin/*.exe usr/bin/*.dll
chmod u+w usr/lib/engines/*.so
strip usr/bin/*.exe usr/bin/*.dll usr/lib/engines/*.so
chmod u-w usr/lib/engines/*.so
# Runtime package
find etc usr/bin usr/lib/engines usr/share/doc usr/ssl/certs \