summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-26 17:44:52 +0200
committerJonathan Bauer2019-08-26 17:44:52 +0200
commite0415ced22ab32fecaaf586086c9cdce352debcb (patch)
tree438cccb461f9f704912ee2763a1c7cd1a02b84d0 /builder
parent[conf-tgz] typo (diff)
downloadsystemd-init-e0415ced22ab32fecaaf586086c9cdce352debcb.tar.gz
systemd-init-e0415ced22ab32fecaaf586086c9cdce352debcb.tar.xz
systemd-init-e0415ced22ab32fecaaf586086c9cdce352debcb.zip
[busybox] also copy binary :)
Diffstat (limited to 'builder')
-rw-r--r--builder/modules.d/busybox/install-busybox-stage4.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/modules.d/busybox/install-busybox-stage4.sh b/builder/modules.d/busybox/install-busybox-stage4.sh
index dde07184..f0e25945 100644
--- a/builder/modules.d/busybox/install-busybox-stage4.sh
+++ b/builder/modules.d/busybox/install-busybox-stage4.sh
@@ -3,5 +3,6 @@
if hash busybox; then
mkdir -p "$NEWROOT/opt/openslx/bin"
busybox --install -s "$NEWROOT/opt/openslx/bin"
+ cp "$(type -p busybox)" "$NEWROOT/opt/openslx/bin"
fi
true