Changeset 83a366b


Ignore:
Timestamp:
11/24/2005 10:09:18 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
1136382
Parents:
0617288
Message:

Fixed an issue where BOOK wasn't being reset correctly if -L was specified on the command line

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r0617288 r83a366b  
    11211121>$LOGDIR/$LOG
    11221122
     1123if [ -z $BOOK ] ; then
     1124  BOOK=lfs-$LFSVRS
     1125fi
     1126
    11231127get_book
    11241128build_Makefile
  • jhalfs.conf

    r0617288 r83a366b  
    6262
    6363#--- Book's sources directory
    64 BOOK=lfs-$LFSVRS
     64# Uncomment this variable if you have previously checked
     65# out the book from the repository
     66# BOOK=/path/to/book
Note: See TracChangeset for help on using the changeset viewer.