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-Tag: v2.29-core188~10^2~280 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=829f2b465e8981a2cb8a2a87e4dbfb24c9e07bb3;p=ipfire-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 718b1e2639..f350fb9f05 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