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
|
#--- Book version
|
||||||
LFSVRS=development
|
LFSVRS=development
|
||||||
|
TREE=branches/clfs-2.0/BOOK
|
||||||
|
|
||||||
#--- Name of the makefile
|
#--- Name of the makefile
|
||||||
MKFILE=$JHALFSDIR/Makefile
|
MKFILE=$JHALFSDIR/Makefile
|
||||||
|
|
|
@ -684,10 +684,7 @@ get_book() { #
|
||||||
extract_commands
|
extract_commands
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
case $PROGNAME in
|
svn co $SVN/${svn_root}/${TREE} ${PROGNAME}-$LFSVRS >>$LOGDIR/$LOG 2>&1
|
||||||
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
|
|
||||||
echo -ne "done\n"
|
echo -ne "done\n"
|
||||||
extract_commands
|
extract_commands
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue