Ignore:
Timestamp:
04/09/2017 10:29:32 AM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
cee84ad
Parents:
909ee37
Message:

Merge the new_features branch (manully, thanks to svn)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r909ee37 r945ccaa  
    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
     
    116121optDependency=2
    117122SUDO=n
     123WRAP_INSTALL=$WRAP_INSTALL
    118124EOF
    119125
Note: See TracChangeset for help on using the changeset viewer.