From 19fe66e50bb974ee67abd73a8d4b3d3c6e500c10 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 17 Apr 2022 22:09:01 +0100 Subject: fixed missing buildfile dir --- bootstrap/bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bootstrap') 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 -- cgit v1.2.1