summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/busybox/install-busybox-stage4.sh
blob: dde07184c3b0b123a7597d16dd0d833025d5214d (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

if hash busybox; then
	mkdir -p "$NEWROOT/opt/openslx/bin"
	busybox --install -s "$NEWROOT/opt/openslx/bin"
fi
true