Changeset 52b0d10 for jhalfs


Ignore:
Timestamp:
07/06/2007 12:59:01 AM (17 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
5120fdc
Parents:
615ba88
Message:

BLFS book: progress_bar.sh, documentation and misc adjustments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r615ba88 r52b0d10  
    243243# Set true internal variables
    244244COMMON_DIR="common"
    245 PACKAGE_DIR=$(echo $PROGNAME | tr [a-z] [A-Z])
     245PACKAGE_DIR=$(echo $PROGNAME | tr '[a-z]' '[A-Z]')
    246246MODULE=$PACKAGE_DIR/master.sh
    247 
    248247
    249248[[ $VERBOSITY > 0 ]] && echo -n "Loading common-functions module..."
     
    399398    cp -r menu ${BUILDDIR}${BLFS_ROOT}
    400399    cp $COMMON_DIR/progress_bar.sh ${BUILDDIR}${BLFS_ROOT}
     400    chmod 777 ${BUILDDIR}${BLFS_ROOT}/progress_bar.sh
    401401    cp README.BLFS ${BUILDDIR}${BLFS_ROOT}
    402402    # Clean-up
Note: See TracChangeset for help on using the changeset viewer.