ncurses-libs: make sure that libs have 0755 perms, bumprev.

This commit is contained in:
Juan RP 2010-12-24 06:44:15 +01:00
parent 24f3b350d0
commit 80568e6090
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ long_desc="${long_desc}
This package contains the shared libraries."
revision=2
revision=3
Add_dependency run glibc
Add_dependency run ncurses-base
@ -16,5 +16,7 @@ do_install()
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/libncurses.so* ${DESTDIR}/lib
chmod 755 ${DESTDIR}/lib/*.so*
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so.* ${DESTDIR}/usr/lib
chmod 755 ${DESTDIR}/usr/lib/*.so*
}