tcl: set proper perms to shlibs.

This commit is contained in:
Juan RP 2013-03-26 00:37:13 +01:00
parent 720d6fff19
commit c9e00a99f8

View file

@ -31,4 +31,6 @@ do_install() {
make INSTALL_ROOT=${DESTDIR} install install-private-headers
ln -sfr ${DESTDIR}/usr/bin/tclsh8.5 ${DESTDIR}/usr/bin/tclsh
vinstall ../license.terms 644 usr/share/licenses/tcl LICENSE
# Set proper perms to shlibs.
chmod 755 ${DESTDIR}/usr/lib/*.so*
}