summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-08-29 12:58:30 +0000
committerdavidovski <david@davidovski.xyz>2022-08-29 12:58:30 +0000
commit86d0c0ad3442008872f71a49a4ebf94e9e92a7fe (patch)
tree7cf4f9a6f53df84fd7e8f2ac90788e5c21bd20d7 /bootstrap
parent802ea15444cffbef0f76cb1b5190c6bcdfe2591c (diff)
fixed installing packages
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh
index 2c244f1..011a893 100755
--- a/bootstrap/bootstrap.sh
+++ b/bootstrap/bootstrap.sh
@@ -61,13 +61,13 @@ FINDUTILS_VER=$(getversion findutils)
CURL_OPTS="-SsL"
-HOST=x86_64-linux-gnu
+HOST=x86_64-linux-musl
TARGET=x86_64-linux-musl
ARCH=x86
CPU=x86-64
-CROSS_TOOLS=/cross-tools
-TOOLS=/tools
+CROSS_TOOLS=/xilinux/bootstrap/cross-tools
+TOOLS=/xilinux/bootstrap/tools
chroot=$(pwd)/chroot
PATH=${TOOLS}/bin:${CROSS_TOOLS}/bin:/usr/bin