From c9e00a99f86af8745c6dd95a79bdd5295dc534f5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 Mar 2013 00:37:13 +0100 Subject: [PATCH] tcl: set proper perms to shlibs. --- srcpkgs/tcl/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/tcl/template b/srcpkgs/tcl/template index 769f27489e..2810bf8591 100644 --- a/srcpkgs/tcl/template +++ b/srcpkgs/tcl/template @@ -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* }