]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
make.sh: Create the /tools symlink to the right place
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Jul 2024 19:53:00 +0000 (19:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:20 +0000 (15:21 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 718b1e2639868b96c9aa2db5a213c3c3e50840f5..f350fb9f05c66a54df6d695eb370c57f3e8a7ca2 100755 (executable)
--- 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