diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-26 19:30:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-26 19:32:11 +0000 |
commit | 5b7e2e2ea6067e94e93ce9ffc7276a2ef940db12 (patch) | |
tree | ea9d12119356746a8e5515bf631c68099fc6c72a /main/busybox | |
parent | 72abc71a3c5888042f634ebb492e84d517457aac (diff) | |
download | aports-5b7e2e2ea6067e94e93ce9ffc7276a2ef940db12.tar.bz2 aports-5b7e2e2ea6067e94e93ce9ffc7276a2ef940db12.tar.xz |
main/busybox: build fix
there is no busybox-suid trigger
Diffstat (limited to 'main/busybox')
-rw-r--r-- | main/busybox/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/busybox/APKBUILD b/main/busybox/APKBUILD index bd0780d5cc..1a4df36af2 100644 --- a/main/busybox/APKBUILD +++ b/main/busybox/APKBUILD @@ -115,7 +115,6 @@ package() { suid() { pkgdesc="suid binaries of Busybox" depends="${pkgname}" - triggers="busybox-suid.trigger=/bin:/usr/bin:/sbin:/usr/sbin" cd "$_dyndir" mkdir -p "$subpkgdir"/bin |