fix busybox on linux

This commit is contained in:
nakst 2022-01-23 09:29:31 +00:00
parent 53adc7bff2
commit 2a0b3e0a12
1 changed files with 1 additions and 4 deletions

View File

@ -3,10 +3,7 @@ set -e
SYSROOT=`realpath root` SYSROOT=`realpath root`
VERSION=1.33.1 VERSION=1.33.1
uname -a | grep Darwin > /dev/null uname -a | grep Darwin && PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
if [ $? -ne 1 ]; then
PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
fi
bin/build get-source-checked 12cec6bd2b16d8a9446dd16130f2b92982f1819f6e1c5f5887b6db03f5660d28 busybox-$VERSION https://www.busybox.net/downloads/busybox-$VERSION.tar.bz2 bin/build get-source-checked 12cec6bd2b16d8a9446dd16130f2b92982f1819f6e1c5f5887b6db03f5660d28 busybox-$VERSION https://www.busybox.net/downloads/busybox-$VERSION.tar.bz2
cd bin/source cd bin/source