make.sh: Fix passing the build directory find-dependencies

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-08 18:30:15 +00:00
parent a68afb6b7b
commit 3e0719398a

View File

@@ -2463,7 +2463,7 @@ update-contributors)
;;
find-dependencies)
shift
exec "${BASEDIR}/tools/find-dependencies" "${BASEDIR}/build" "$@"
exec "${BASEDIR}/tools/find-dependencies" "${BUILD_DIR}" "$@"
;;
check-manualpages)
echo "Checking the manual pages for broken links..."