diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 12:17:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 12:17:34 +0200 |
commit | 8ea87cbaf6a1873b77c5ce4e4104e8dd7c7a0211 (patch) | |
tree | 6562703db0c4acafe43fc7b693caad385e3cec30 /package/readline | |
parent | 8bfeba8967542bb93cd024000d54a8bbc60be950 (diff) |
always make binary or library writable by the user, before trying to strip
Diffstat (limited to 'package/readline')
-rw-r--r-- | package/readline/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/readline/Makefile b/package/readline/Makefile index 542f72d9a..7895198a5 100644 --- a/package/readline/Makefile +++ b/package/readline/Makefile @@ -23,6 +23,5 @@ post-install: ${INSTALL_DIR} ${IDIR_LIBREADLINE}/usr/lib ${CP} ${WRKINST}/usr/lib/libhistory.so* ${IDIR_LIBREADLINE}/usr/lib/ ${CP} ${WRKINST}/usr/lib/libreadline.so* ${IDIR_LIBREADLINE}/usr/lib/ - chmod u+w ${IDIR_LIBREADLINE}/usr/lib/* include ${TOPDIR}/mk/pkg-bottom.mk |