Changeset deb6b6c for common/libs


Ignore:
Timestamp:
03/05/2017 08:35:09 AM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
d8ddcfb
Parents:
5253014
Message:

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

    r5253014 rdeb6b6c  
    147147if [ "$GETPKG" = "y" ]; then
    148148    FTP_SERVER=$SERVER/pub/blfs/ \
    149     SRC_ARCHIVE=$SRC_ARCHIVE     \
     149    SRC_ARCHIVE=${SRC_ARCHIVE:-/dev/null}     \
    150150    $BUILDDIR$BLFS_ROOT/download_script
    151151else # Save the download script in case the user wants to run it later
Note: See TracChangeset for help on using the changeset viewer.