Special case for exiv2 version
This commit is contained in:
parent
e674994435
commit
711b98e84e
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ case $1 in
|
||||||
local VERSION2=$(sed -n 's/.*icu-minor[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
|
local VERSION2=$(sed -n 's/.*icu-minor[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
|
||||||
VERSION=$VERSION1.$VERSION2
|
VERSION=$VERSION1.$VERSION2
|
||||||
;;
|
;;
|
||||||
|
exiv*)
|
||||||
|
local PACKENT=$(dirname $PACK_INSTALL)/blfs-xml/packages.ent
|
||||||
|
VERSION=$(sed -n 's/.*exiv2[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
|
||||||
|
;;
|
||||||
flashplayer*)
|
flashplayer*)
|
||||||
local PACKENT=$(dirname $PACK_INSTALL)/blfs-xml/packages.ent
|
local PACKENT=$(dirname $PACK_INSTALL)/blfs-xml/packages.ent
|
||||||
VERSION=$(sed -n 's/.*flashplayer[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
|
VERSION=$(sed -n 's/.*flashplayer[^0-9]*\([^"]*\).*/\1/p' $PACKENT)
|
||||||
|
|
Reference in a new issue