fakeroot: make sure that ACL wrappers are built.

Otherwise using an ACL-aware utility will create files with wrong permissions:

$ echo foo > blah
$ fakeroot -- sed -i 's,foo,bar,' blah
$ ls -l blah
---------- 1 juan juan 0 oct 23 11:11 blah
This commit is contained in:
Juan RP 2013-10-23 11:24:03 +02:00
parent 8083f10c32
commit e56c7fbe90

View file

@ -1,9 +1,9 @@
# Template file for 'fakeroot'
pkgname=fakeroot
version=1.20
revision=1
revision=2
build_style=gnu-configure
makedepends="libcap-devel"
makedepends="acl-devel libcap-devel"
configure_args="--disable-static"
short_desc="Gives a fake root environment"
maintainer="Juan RP <xtraeme@gmail.com>"