Changeset e58cf153 for common


Ignore:
Timestamp:
11/17/2013 07:55:30 AM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
9c5ea2f
Parents:
854854e
Message:

improvement of the copy flags when using a BLFS working copy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r854854e re58cf153  
    2929# If we have a working copy, copy it:
    3030if [[ "$BLFS_WORKING_COPY" = "y" ]]; then
    31   cp -r $BLFS_WC_LOCATION ${BUILDDIR}${BLFS_ROOT}/blfs-xml
     31# -r: recursive; -u: only if newer; -T: otherwise, would copy to a subdirectory
     32# of blfs-xml, if blfs-xml already exists
     33  cp -ruT $BLFS_WC_LOCATION ${BUILDDIR}${BLFS_ROOT}/blfs-xml
    3234fi
    3335# Downloads the book if necessary, initialize the tracking file and the
Note: See TracChangeset for help on using the changeset viewer.