tcl: set proper perms to shlibs.
This commit is contained in:
parent
720d6fff19
commit
c9e00a99f8
|
@ -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*
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue