mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
make.sh: Create the /tools symlink to the right place
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
2
make.sh
2
make.sh
@@ -1263,7 +1263,7 @@ build_toolchain() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e "${TOOLS_DIR}" ]; then
|
if [ ! -e "${TOOLS_DIR}" ]; then
|
||||||
ln -s "${BASEDIR}/build${TOOLS_DIR}" "${TOOLS_DIR}"
|
ln -s "${BUILD_DIR}${TOOLS_DIR}" "${TOOLS_DIR}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -h "${TOOLS_DIR}" ]; then
|
if [ ! -h "${TOOLS_DIR}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user