Skip to content

Commit dca0e07

Browse files
committed
Prepend the build root to the recipe dir in the vm
The build root is always '/', so that this change seems to not do anything. But this fixes the if test "$MYSRCDIR" = $BUILD_ROOT/.build-srcdir; then lines in the recipe implementions.
1 parent f7d979e commit dca0e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ shopt -s nullglob
10181018
export PATH=$BUILD_DIR:/sbin:/usr/sbin:/bin:/usr/bin:$PATH
10191019

10201020
if vm_detect_2nd_stage ; then
1021-
set "/.build-srcdir/$RECIPEFILE"
1021+
set "$BUILD_ROOT/.build-srcdir/$RECIPEFILE"
10221022
export PATH=/.build:$PATH
10231023
fi
10241024

0 commit comments

Comments
 (0)