summaryrefslogtreecommitdiff
path: root/init_buildsystem
diff options
context:
space:
mode:
Diffstat (limited to 'init_buildsystem')
-rwxr-xr-xinit_buildsystem2
1 files changed, 1 insertions, 1 deletions
diff --git a/init_buildsystem b/init_buildsystem
index de92390..30f4132 100755
--- a/init_buildsystem
+++ b/init_buildsystem
@@ -636,7 +636,7 @@ else
test -z "$LIST_STATE" && echo "expanding package dependencies..."
VMOPT=
test -z "$PREPARE_VM" || VMOPT=--vm
- if ! $BUILD_DIR/expanddeps $USEUSEDFORBUILD $USEHIGHERDEPS "${definesnstuff[@]}" --dist "$BUILD_DIST" --depfile "$CACHE_FILE" --archpath "$BUILD_ARCH" --configdir $CONFIG_DIR "${PKGS[@]}" > $RPMLIST ; then
+ if ! $BUILD_DIR/expanddeps $USEUSEDFORBUILD $VMOPT $USEHIGHERDEPS "${definesnstuff[@]}" --dist "$BUILD_DIST" --depfile "$CACHE_FILE" --archpath "$BUILD_ARCH" --configdir $CONFIG_DIR "${PKGS[@]}" > $RPMLIST ; then
rm -f $BUILD_IS_RUNNING
cleanup_and_exit 1
fi