From df08148a5b41fc77af6e8ee731f824a6ed4bb0a3 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 17 Sep 2013 13:45:07 +0000 Subject: [PATCH] Merge trunk r3719 --- common/libs/func_book_parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libs/func_book_parser b/common/libs/func_book_parser index b51628b..e5d3024 100644 --- a/common/libs/func_book_parser +++ b/common/libs/func_book_parser @@ -59,7 +59,7 @@ extract_commands() { # cd $JHALFSDIR case $PROGNAME in clfs*) - VERSION=$(xmllint --noent BOOK/prologue/$ARCH/bookinfo.xml 2>/dev/null | grep subtitle | sed -e 's/^.*ion //' -e 's/<\/.*//') ;; + VERSION=$(xmllint --noent $BOOK/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/<\/.*//') ;; esac