readline: change shlib permissions to fix build-pkg

This commit is contained in:
ojab 2013-03-25 22:56:38 +04:00
parent 0f0b91e2f7
commit 351cd6fcc1

View file

@ -0,0 +1,11 @@
--- support/shlib-install.orig 2013-03-26 02:48:09.724069139 +0400
+++ support/shlib-install 2013-03-26 02:48:19.530946536 +0400
@@ -72,7 +72,7 @@
case "$host_os" in
hpux*|darwin*|macosx*|linux*)
if [ -z "$uninstall" ]; then
- chmod 555 ${INSTALLDIR}/${LIBNAME}
+ chmod 644 ${INSTALLDIR}/${LIBNAME}
fi ;;
cygwin*|mingw*)
IMPLIBNAME=`echo ${LIBNAME} \