From c785566356fc7380d4c1b0172b666f1421bf71e7 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 16 Oct 2016 14:16:26 +0000 Subject: [PATCH] propagate trunk 3877 --- common/libs/func_install_blfs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/common/libs/func_install_blfs b/common/libs/func_install_blfs index c42556b..6a7f8ca 100644 --- a/common/libs/func_install_blfs +++ b/common/libs/func_install_blfs @@ -45,8 +45,10 @@ fi # package database. # sudo is needed if $BUILDDIR/var/lib is owned by root and /var/lib/jhalfs # has to be created -sudo make -j1 -C $BUILDDIR$BLFS_ROOT TRACKING_DIR=$BUILDDIR$TRACKING_DIR \ - $BUILDDIR$BLFS_ROOT/packages.xml +sudo make -j1 -C $BUILDDIR$BLFS_ROOT \ + REV=$INITSYS \ + TRACKING_DIR=$BUILDDIR$TRACKING_DIR \ + $BUILDDIR$BLFS_ROOT/packages.xml # Because the BLFS Makefile is supposed to be used in chroot (or booted) # mode, the tracking file has wrong path for DTD. Change it: