Ignore:
Timestamp:
03/05/2017 08:38:09 AM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
3d24e5b
Parents:
df97e68
Message:

Merge new_features branch at r3901; Fixes:
when the user fstab and/or kernel config are the same as the ones in
$BUILDDIR/sources: avoid to cp on itself

  • set SRC_ARCHIVE=/dev/null in BLFS tools download script if SRC_ARCHIVE is

empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    rdf97e68 r85506da  
    141141if [ "$GETPKG" = "y" ]; then
    142142    FTP_SERVER=$SERVER/pub/blfs/ \
    143     SRC_ARCHIVE=$SRC_ARCHIVE     \
     143    SRC_ARCHIVE=${SRC_ARCHIVE:-/dev/null}     \
    144144    $BUILDDIR$BLFS_ROOT/download_script
    145145else # Save the download script in case the user wants to run it later
Note: See TracChangeset for help on using the changeset viewer.