From: Michael Tremer Date: Tue, 9 Jul 2024 19:53:00 +0000 (+0000) Subject: make.sh: Create the /tools symlink to the right place X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=828a093bc458514eabac09f8625bec8fc38cb972;p=people%2Fms%2Fipfire-2.x.git make.sh: Create the /tools symlink to the right place Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 718b1e263..f350fb9f0 100755 --- a/make.sh +++ b/make.sh @@ -1263,7 +1263,7 @@ build_toolchain() { fi if [ ! -e "${TOOLS_DIR}" ]; then - ln -s "${BASEDIR}/build${TOOLS_DIR}" "${TOOLS_DIR}" + ln -s "${BUILD_DIR}${TOOLS_DIR}" "${TOOLS_DIR}" fi if [ ! -h "${TOOLS_DIR}" ]; then