Changeset 316db229


Ignore:
Timestamp:
08/24/2016 03:56:50 PM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
7bbcce3
Parents:
013a0bc
Message:

Install the wrap and pack functions whan installing BLFS tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r013a0bc r316db229  
    1313cp $COMMON_DIR/progress_bar.sh ${BUILDDIR}${BLFS_ROOT}
    1414cp README.BLFS ${BUILDDIR}${BLFS_ROOT}
     15if [ "$WRAP_INSTALL" = y ]; then
     16  sed -e 's/PKGDIR/UNPACKDIR/' \
     17      -e 's/PKG_DEST/PKG_DIR/' \
     18      $PKGMNGTDIR/packInstall.sh > ${BUILDDIR}${BLFS_ROOT}/packInstall.sh
     19fi
    1520
    1621# Clean-up
     
    115120optDependency=2
    116121SUDO=n
     122WRAP_INSTALL=$WRAP_INSTALL
    117123EOF
    118124
Note: See TracChangeset for help on using the changeset viewer.