Changeset 9287cb6


Ignore:
Timestamp:
08/11/2006 06:36:47 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
8ad6e9a
Parents:
d9daa95
Message:

Don't validate SRC_ARCHIVE if GETPKG=0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    rd9daa95 r9287cb6  
    233233      #  fatal   -z -d -w,
    234234      #  warning -z+   -w+
    235       SRC_ARCHIVE) validate_dir -z+ -d -w+ ;;
     235      SRC_ARCHIVE) [[ "$GETPKG" = "1" ]] && validate_dir -z+ -d -w+ ;;
    236236      BUILDDIR)   # The build directory/partition MUST exist and be writable by the user
    237237                  validate_dir -z -d -w
Note: See TracChangeset for help on using the changeset viewer.