Changeset bfc07d6 for common


Ignore:
Timestamp:
04/14/2006 10:56:04 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a167246
Parents:
34d4860
Message:

Fix a a bug in commands directory creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r34d4860 rbfc07d6  
    591591
    592592  # Start clean
    593   if [ -d commands ]; then
    594     rm -rf commands
    595     mkdir -v commands
     593  if [ -d ${PROGNAME}-commands ]; then
     594    rm -rf ${PROGNAME}-commands
     595    mkdir -v ${PROGNAME}-commands
    596596  fi
    597597  echo -n "Extracting commands for"
Note: See TracChangeset for help on using the changeset viewer.