From 86d0c0ad3442008872f71a49a4ebf94e9e92a7fe Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 29 Aug 2022 12:58:30 +0000 Subject: fixed installing packages --- bootstrap/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap/bootstrap.sh') 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 -- cgit v1.2.1