summaryrefslogtreecommitdiffstats
path: root/rules/host-fakeroot.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-09-12 10:07:09 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-12 10:28:47 +0200
commit3982d4c01613c61a5d1b22d200d2bc99a6caca3c (patch)
treeaf876f0d0d5d0699b6057704354588b329145fdf /rules/host-fakeroot.in
parenta96063293fe59f4a8bcb85a9b3017622a0fa7658 (diff)
downloadptxdist-3982d4c01613c61a5d1b22d200d2bc99a6caca3c.tar.gz
ptxdist-3982d4c01613c61a5d1b22d200d2bc99a6caca3c.tar.xz
host-fakeroot: depend on host-acl
Without ACL support fakeroot does not work correctly one filesystems with ACL support enabled: e.g. 'cp -a' generates broken directory permissions. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-fakeroot.in')
-rw-r--r--rules/host-fakeroot.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/host-fakeroot.in b/rules/host-fakeroot.in
index b8e440008..3d72fa1d1 100644
--- a/rules/host-fakeroot.in
+++ b/rules/host-fakeroot.in
@@ -3,6 +3,7 @@
config HOST_FAKEROOT
tristate
default y
+ select HOST_ACL
help
fakeroot lets you create archives with "real" owners and
permissions, without being root.