typo
This commit is contained in:
parent
95c46b9df5
commit
e7f93a02ce
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ case $1 in
|
||||||
VERSION=$(echo $1 | sed 's/.*shot-//')
|
VERSION=$(echo $1 | sed 's/.*shot-//')
|
||||||
;;
|
;;
|
||||||
icu*) # No version in PCKGVRS! Use version directly from xml book.
|
icu*) # No version in PCKGVRS! Use version directly from xml book.
|
||||||
# PACK_INSTALL # contains the path to this script, which is in the
|
# PACK_INSTALL contains the path to this script, which is in the
|
||||||
# parent dir of the book.
|
# parent dir of the book.
|
||||||
local PACKENT=$(dirname $PACK_INSTALL)/blfs-xml/packages.ent
|
local PACKENT=$(dirname $PACK_INSTALL)/blfs-xml/packages.ent
|
||||||
local VERSION1=$(sed -n 's/.*icu-major[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
|
local VERSION1=$(sed -n 's/.*icu-major[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
|
||||||
|
|
Reference in a new issue