attr: install libs with mode 755.
--HG-- extra : convert_revision : 278970a5ec0dfc538f91a91baa80570e1b2eaa37
This commit is contained in:
parent
59605ebfdf
commit
f1e993223d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'attr'
|
||||
pkgname=attr
|
||||
version=2.4.44
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://mirror.lihnidos.org/GNU/savannah/attr/attr-${version}.src.tar.gz"
|
||||
build_style=gnu_configure
|
||||
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||
|
@ -24,6 +24,7 @@ post_install()
|
|||
mkdir ${DESTDIR}/lib
|
||||
mv ${DESTDIR}/usr/lib/libattr.so.* ${DESTDIR}/lib
|
||||
mv ${DESTDIR}/usr/libexec/libattr.* ${DESTDIR}/usr/lib
|
||||
chmod 755 ${DESTDIR}/lib/libattr.so.*
|
||||
rm -rf ${DESTDIR}/usr/libexec
|
||||
rm -f ${DESTDIR}/usr/lib/libattr.so
|
||||
cd ${DESTDIR}/usr/lib && ln -sf ../../lib/libattr.so.1 libattr.so
|
||||
|
|
Loading…
Reference in a new issue