Ignore:
Timestamp:
08/09/2017 01:47:45 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
200fbde
Parents:
51dba86
Message:

common/libs/func_install_blfs:
Honour-variables-set-in-jhalfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r51dba86 r340c27e  
    4040# validation will not be done again.
    4141  cp -ruT --preserve=timestamps $BLFS_WC_LOCATION \
    42                                 ${BUILDDIR}${BLFS_ROOT}/blfs-xml
     42                                ${BUILDDIR}${BLFS_ROOT}/$BLFS_XML
    4343fi
    4444# Downloads the book if necessary, initialize the tracking file and the
     
    4646# sudo is needed if $BUILDDIR/var/lib is owned by root and /var/lib/jhalfs
    4747# has to be created
    48 sudo make -j1 -C $BUILDDIR$BLFS_ROOT          \
    49           REV=$INITSYS                        \
    50           TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
     48sudo make -j1 -C $BUILDDIR$BLFS_ROOT             \
     49          REV=$INITSYS                           \
     50          TRACKING_DIR=$BUILDDIR$TRACKING_DIR    \
     51          BLFS_XML=$BUILDDIR$BLFS_ROOT/$BLFS_XML \
     52          SVN=$SVN_2/BLFS/$BLFS_TREE             \
    5153          $BUILDDIR$BLFS_ROOT/packages.xml
    5254
Note: See TracChangeset for help on using the changeset viewer.