added missing parameter to config file and removed unecessary code from common_functions

This commit is contained in:
George Boudreau 2006-07-25 23:08:29 +00:00
parent d385453064
commit cb39f79545
2 changed files with 2 additions and 4 deletions

View file

@ -47,6 +47,7 @@ XSL=clfs2.xsl
#--- Book version
LFSVRS=development
TREE=branches/clfs-2.0/BOOK
#--- Name of the makefile
MKFILE=$JHALFSDIR/Makefile

View file

@ -684,10 +684,7 @@ get_book() { #
extract_commands
fi
else
case $PROGNAME in
clfs2 ) svn co $SVN/${svn_root}/branches/clfs-2.0/BOOK ${PROGNAME}-$LFSVRS >>$LOGDIR/$LOG 2>&1 ;;
*) svn co $SVN/${svn_root}/${TREE} ${PROGNAME}-$LFSVRS >>$LOGDIR/$LOG 2>&1 ;;
esac
svn co $SVN/${svn_root}/${TREE} ${PROGNAME}-$LFSVRS >>$LOGDIR/$LOG 2>&1
echo -ne "done\n"
extract_commands
fi