Kaydet (Commit) 2c1816ee authored tarafından Ali Rıza KESKİN's avatar Ali Rıza KESKİN

busybox fix

üst 32f15b4e
...@@ -3,11 +3,11 @@ if [ -f "$bb" ] ; then ...@@ -3,11 +3,11 @@ if [ -f "$bb" ] ; then
if LANG="C" ldd $bb | grep "not a dynamic executable" >/dev/null ; then if LANG="C" ldd $bb | grep "not a dynamic executable" >/dev/null ; then
debug "Install busybox" "$bb" debug "Install busybox" "$bb"
install $bb $WORKDIR/busybox >/dev/null install $bb $WORKDIR/busybox >/dev/null
elif [ "$skipglibc" != "false" ] ; then elif [ "$skipglibc" != "true" ] ; then
copy_binary busybox
else
err "Busybox is not a static binary" err "Busybox is not a static binary"
exit 1 exit 1
else
copy_binary busybox
fi fi
else else
err "Busybox not found" err "Busybox not found"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment