Fix libhandy VERSION computation in packInstall.sh.porg

This commit is contained in:
Pierre Labastie 2019-12-06 21:46:21 +00:00
parent a30c80e273
commit 2d99aa4bb3

View file

@ -70,7 +70,7 @@ case $1 in
cacerts*) cacerts*)
VERSION=0.1 VERSION=0.1
;; ;;
btrfs*|node*|pnmixer*) btrfs*|node*|pnmixer*|libhandy*)
VERSION=$(echo $1 | sed 's/^.*v//') VERSION=$(echo $1 | sed 's/^.*v//')
;; ;;
x265*) # can contain vd.d or just d.d: thanks to packagers x265*) # can contain vd.d or just d.d: thanks to packagers