From 26e6739b129fdbab7e08339ea9a8ebcf98c9af55 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 16 Oct 2016 14:02:34 +0000 Subject: [PATCH] Add a forgotten switch REV=$INITSYS to the make command in BLFS tools, so that the systemd revision be used when the LFS revision is systemd --- 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 7d9b4d8..f8bab1f 100644 --- a/common/libs/func_install_blfs +++ b/common/libs/func_install_blfs @@ -40,8 +40,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: