diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-23 14:43:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-23 14:46:14 +0200 |
commit | cc2f3ef0e48483f8909f6f29f58bcb984ea27682 (patch) | |
tree | 38fee6682a9745cbbae0ae913bd9676028778aa0 /package/fakeroot | |
parent | 58eeb548906799709ffe076a90923a62efbcd83d (diff) |
add support for permission fixups when using genimage
Add suid-bit to Xorg as an example. Create
simple *.perm files with relative path to
the files. You can use any command available on
the host. (f.e. chmod/chown)
Diffstat (limited to 'package/fakeroot')
-rw-r--r-- | package/fakeroot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/fakeroot/Makefile b/package/fakeroot/Makefile index f0654d696..3900198b3 100644 --- a/package/fakeroot/Makefile +++ b/package/fakeroot/Makefile @@ -10,6 +10,7 @@ PKG_HASH:= 7c0a164d19db3efa9e802e0fc7cdfeff70ec6d26cdbdc4338c9c2823c5ea230c PKG_DESCR:= fake root permissions PKG_SECTION:= sys/utils PKG_SITES:= http://http.debian.net/debian/pool/main/f/fakeroot/ +HOST_BUILDDEP:= libcap-host PKG_CFLINE_FAKEROOT:= depends on ADK_HOST_ONLY |