Author: pierre
Date: Mon Aug 25 06:14:38 2014
New Revision: 3801
Log:
Some branches have a BOOK subdirectory and some have not. Trying to work around
that...
Modified:
jhalfs/trunk/jhalfs
Modified: jhalfs/trunk/jhalfs
==============================================================================
--- jhalfs/trunk/jhalfs Wed Jun 4 12:55:51 2014 (r3800)
+++ jhalfs/trunk/jhalfs Mon Aug 25 06:14:38 2014 (r3801)
@@ -172,7 +172,10 @@
case $PROGNAME in
lfs )
LFSVRS=${BRANCH_ID}
- TREE=branches/${BRANCH_ID#branch-}/BOOK
+ TREE=branches/${BRANCH_ID#branch-}
+ if [ ${BRANCH_ID#branch-} = 6 ]; then
+ TREE=${TREE}/BOOK
+ fi
;;
clfs* )
LFSVRS=${BRANCH_ID}
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page