diff options
author | Pierre Labastie <pierre@linuxfromscratch.org> | 2016-10-16 14:02:34 +0000 |
---|---|---|
committer | Pierre Labastie <pierre@linuxfromscratch.org> | 2016-10-16 14:02:34 +0000 |
commit | 26e6739b129fdbab7e08339ea9a8ebcf98c9af55 (patch) | |
tree | 4c3d69edb704c8f0d3edb8da8b60353723ccff3a /common/libs/func_install_blfs | |
parent | ebb631aad89134c48b3a82e2091ae860134741b9 (diff) |
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
Diffstat (limited to 'common/libs/func_install_blfs')
-rw-r--r-- | common/libs/func_install_blfs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/common/libs/func_install_blfs b/common/libs/func_install_blfs index 7d9b4d8775..f8bab1f758 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: |