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:
parent
8083f10c32
commit
e56c7fbe90
1 changed files with 2 additions and 2 deletions
|
@ -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>"
|
||||
|
|
Loading…
Add table
Reference in a new issue