summaryrefslogtreecommitdiff
path: root/package/tcl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 12:17:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 12:17:34 +0200
commit8ea87cbaf6a1873b77c5ce4e4104e8dd7c7a0211 (patch)
tree6562703db0c4acafe43fc7b693caad385e3cec30 /package/tcl
parent8bfeba8967542bb93cd024000d54a8bbc60be950 (diff)
always make binary or library writable by the user, before trying to strip
Diffstat (limited to 'package/tcl')
-rw-r--r--package/tcl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/tcl/Makefile b/package/tcl/Makefile
index 3eb849626..8f605261a 100644
--- a/package/tcl/Makefile
+++ b/package/tcl/Makefile
@@ -31,6 +31,5 @@ post-install:
${INSTALL_DIR} ${IDIR_TCL}/usr/lib ${IDIR_TCL}/usr/bin
${CP} ${WRKINST}/usr/bin/* ${IDIR_TCL}/usr/bin
${CP} ${WRKINST}/usr/lib/*.so* ${IDIR_TCL}/usr/lib
- chmod u+w ${IDIR_TCL}/usr/lib/libtcl8.5.so # for strip
include ${TOPDIR}/mk/pkg-bottom.mk