Changeset 1136382


Ignore:
Timestamp:
11/24/2005 11:15:52 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:
f0eb956
Parents:
83a366b
Message:

Fix some temporary brokenness in extracting the commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r83a366b r1136382  
    11141114fi
    11151115
     1116if [ -z $BOOK ] ; then
     1117  BOOK=lfs-$LFSVRS
     1118fi
     1119
    11161120[[ ! -d $JHALFSDIR ]]        && mkdir -pv $JHALFSDIR
    11171121[[ "$PWD" != "$JHALFSDIR" ]] && cp -v $FILES $JHALFSDIR/ && \
    1118   sed -e 's,FAKEDIR,'$BOOK',' $XSL > $JHALFSDIR/dump-lfs-scripts.xsl && \
     1122  sed 's,FAKEDIR,'$BOOK',' $XSL > $JHALFSDIR/dump-lfs-scripts.xsl && \
    11191123  export XSL=$JHALFSDIR/dump-lfs-scripts.xsl
    11201124[[ ! -d $LOGDIR ]]           && mkdir -v $LOGDIR
    11211125>$LOGDIR/$LOG
    11221126
    1123 if [ -z $BOOK ] ; then
    1124   BOOK=lfs-$LFSVRS
    1125 fi
    1126 
    11271127get_book
    11281128build_Makefile
Note: See TracChangeset for help on using the changeset viewer.