Changeset 9c90294 for master.sh


Ignore:
Timestamp:
03/20/2006 11:07:53 PM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
386bc75
Parents:
7161bc9
Message:

CLFS extract_commands now part of common_func. pushd/popd added to master.sh to deal with multitiple files defined in config param FILES. Added to xsl files to CLFS dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • master.sh

    r7161bc9 r9c90294  
    314314  cp -v $COMMON_DIR/makefile-functions $JHALFSDIR/
    315315  if [[ -n "$FILES" ]]; then
    316     cp -v $PACKAGE_DIR/$FILES $JHALFSDIR/
     316    # pushd/popd necessary to deal with mulitiple files
     317    pushd $PACKAGE_DIR
     318      cp -v $FILES $JHALFSDIR/
     319    popd
    317320  fi
    318321  sed 's,FAKEDIR,'$BOOK',' $PACKAGE_DIR/$XSL > $JHALFSDIR/${XSL}
Note: See TracChangeset for help on using the changeset viewer.