Fix libhandy VERSION computation in packInstall.sh.porg
This commit is contained in:
parent
a30c80e273
commit
2d99aa4bb3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue