diff options
author | Christian Kampka <christian@kampka.net> | 2015-10-26 14:48:24 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-26 19:32:11 +0000 |
commit | 72abc71a3c5888042f634ebb492e84d517457aac (patch) | |
tree | fca40e3447132890905c786209d30436567b22d5 /main/busybox/busybox.trigger | |
parent | c2deec832b08033a8f151dc8f7c565883d5bdb20 (diff) |
main/busybox: split package into core and suid subpackages
Diffstat (limited to 'main/busybox/busybox.trigger')
-rw-r--r-- | main/busybox/busybox.trigger | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/busybox/busybox.trigger b/main/busybox/busybox.trigger index 39cc6b44117..c9f90591f55 100644 --- a/main/busybox/busybox.trigger +++ b/main/busybox/busybox.trigger @@ -14,7 +14,6 @@ for i in "$@"; do done if [ -n "$do_bb_install" ]; then - /bin/bbsuid --install + [ -e /bin/bbsuid ] && /bin/bbsuid --install /bin/busybox --install -s fi - |