added missing parameter to config file and removed unecessary code from common_functions
This commit is contained in:
parent
d385453064
commit
cb39f79545
2 changed files with 2 additions and 4 deletions
|
@ -47,6 +47,7 @@ XSL=clfs2.xsl
|
|||
|
||||
#--- Book version
|
||||
LFSVRS=development
|
||||
TREE=branches/clfs-2.0/BOOK
|
||||
|
||||
#--- Name of the makefile
|
||||
MKFILE=$JHALFSDIR/Makefile
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue