Changeset 26e6739 for common


Ignore:
Timestamp:
10/16/2016 02:02:34 PM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
f1fcb6b
Parents:
ebb631a
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    rebb631a r26e6739  
    4141# sudo is needed if $BUILDDIR/var/lib is owned by root and /var/lib/jhalfs
    4242# has to be created
    43 sudo make -j1 -C $BUILDDIR$BLFS_ROOT TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
    44     $BUILDDIR$BLFS_ROOT/packages.xml
     43sudo make -j1 -C $BUILDDIR$BLFS_ROOT          \
     44          REV=$INITSYS                        \
     45          TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
     46          $BUILDDIR$BLFS_ROOT/packages.xml
    4547
    4648# Because the BLFS Makefile is supposed to be used in chroot (or booted)
Note: See TracChangeset for help on using the changeset viewer.