acl: install libs with mode 755.
--HG-- extra : convert_revision : 32f8ed85828a4fd63b414960d028cc700b08a464
This commit is contained in:
parent
6ad124b68b
commit
59605ebfdf
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'acl'
|
# Template file for 'acl'
|
||||||
pkgname=acl
|
pkgname=acl
|
||||||
version=2.2.49
|
version=2.2.49
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://mirrors.igsobe.com/nongnu/acl/acl-${version}.src.tar.gz"
|
distfiles="http://mirrors.igsobe.com/nongnu/acl/acl-${version}.src.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||||
|
@ -27,6 +27,7 @@ post_install()
|
||||||
mkdir ${DESTDIR}/lib
|
mkdir ${DESTDIR}/lib
|
||||||
mv ${DESTDIR}/usr/lib/libacl.so.* ${DESTDIR}/lib
|
mv ${DESTDIR}/usr/lib/libacl.so.* ${DESTDIR}/lib
|
||||||
mv ${DESTDIR}/usr/libexec/libacl.* ${DESTDIR}/usr/lib
|
mv ${DESTDIR}/usr/libexec/libacl.* ${DESTDIR}/usr/lib
|
||||||
|
chmod 755 ${DESTDIR}/lib/libacl.so.*
|
||||||
rm -rf ${DESTDIR}/usr/libexec
|
rm -rf ${DESTDIR}/usr/libexec
|
||||||
rm -f ${DESTDIR}/usr/lib/libacl.so
|
rm -f ${DESTDIR}/usr/lib/libacl.so
|
||||||
cd ${DESTDIR}/usr/lib && ln -sf ../../lib/libacl.so.1 libacl.so
|
cd ${DESTDIR}/usr/lib && ln -sf ../../lib/libacl.so.1 libacl.so
|
||||||
|
|
Loading…
Reference in a new issue