diff options
Diffstat (limited to 'system/fakeroot/t-xattr.patch')
-rw-r--r-- | system/fakeroot/t-xattr.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/fakeroot/t-xattr.patch b/system/fakeroot/t-xattr.patch new file mode 100644 index 000000000..d99f80088 --- /dev/null +++ b/system/fakeroot/t-xattr.patch @@ -0,0 +1,14 @@ +runs when getcap is available, and setting a cap in fakeroot is forbidden so it fails +-- +--- a/test/Makefile.am ++++ b/test/Makefile.am +@@ -14,8 +14,7 @@ TESTS = \ + t.perlstat \ + t.tar \ + t.touchinstall \ +- t.truereturn \ +- t.xattr ++ t.truereturn + + suffix = + |