Added missing case statement for clfs3

This commit is contained in:
George Boudreau 2006-11-15 21:41:07 +00:00
parent 9e63db6f00
commit 9c1838ba25

View file

@ -67,7 +67,7 @@ extract_commands() { #
cd $JHALFSDIR
case $PROGNAME in
clfs | clfs2 )
clfs | clfs2 | clfs3 )
VERSION=$(xmllint --noent $BOOK/prologue/$ARCH/bookinfo.xml 2>/dev/null | grep subtitle | sed -e 's/^.*ion //' -e 's/<\/.*//') ;;
*)
VERSION=$(xmllint --noent $BOOK/prologue/bookinfo.xml 2>/dev/null | grep subtitle | sed -e 's/^.*ion //' -e 's/<\/.*//') ;;