From f0fa62f6feef46b1cbf80cb99ba781be5d76859b Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Tue, 4 Nov 2025 15:19:05 +0100 Subject: [PATCH] Fix bug introduced in merge --- bits_helpers/build_template.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bits_helpers/build_template.sh b/bits_helpers/build_template.sh index 6da62397..4a6a904a 100644 --- a/bits_helpers/build_template.sh +++ b/bits_helpers/build_template.sh @@ -109,9 +109,9 @@ unset DYLD_LIBRARY_PATH EOF cd "$BUILDROOT" -ln -snf "$PKGHASH" "$ALIBUILD_BUILD_WORK_DIR/BUILD/$PKGNAME-latest" +ln -snf "$PKGHASH" "$BITS_BUILD_WORK_DIR/BUILD/$PKGNAME-latest" if [[ $DEVEL_PREFIX ]]; then - ln -snf "$PKGHASH" "$ALIBUILD_BUILD_WORK_DIR/BUILD/$PKGNAME-latest-$DEVEL_PREFIX" + ln -snf "$PKGHASH" "$BITS_BUILD_WORK_DIR/BUILD/$PKGNAME-latest-$DEVEL_PREFIX" fi cd "$BUILDDIR"