diff options
Diffstat (limited to 'bootstrap/bootstrap.sh')
-rwxr-xr-x | bootstrap/bootstrap.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index bb091d5..0707520 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -4,6 +4,9 @@ ## VERSIONS ## # TODO move to a different package +WD=$(pwd)/working +BUILDFILES=$WD/buildfiles + getbuildfiles () { [ -d $BUILDFILES ] && { cd $BUILDFILES @@ -57,7 +60,6 @@ FINDUTILS_VER=$(getversion findutils) CURL_OPTS="-SsL" -WD=$(pwd)/working TARGET=x86_64-linux-musl ARCH=x86 @@ -65,7 +67,6 @@ CPU=x86-64 CROSS_TOOLS=/cross-tools TOOLS=/tools -BUILDFILES=$WD/buildfiles chroot=$(pwd)/chroot PATH=${TOOLS}/bin:${CROSS_TOOLS}/bin:/usr/bin |