make.sh: Create the /tools symlink to the right place

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-09 19:53:00 +00:00
parent a28226714b
commit 829f2b465e

View File

@@ -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