packInstall.sh.porg: fixes for inih and libhandy
This commit is contained in:
parent
782a77b2c4
commit
f9babd04b5
1 changed files with 5 additions and 2 deletions
|
@ -67,13 +67,16 @@ case $1 in
|
|||
cacerts*)
|
||||
VERSION=0.1
|
||||
;;
|
||||
btrfs*|node*|pnmixer*|libhandy*)
|
||||
inih*)
|
||||
VERSION=$(echo $1 | sed 's/^.*r//')
|
||||
;;
|
||||
btrfs*|node*|pnmixer*)
|
||||
VERSION=$(echo $1 | sed 's/^.*v//')
|
||||
;;
|
||||
x265*) # can contain vd.d or just d.d: thanks to packagers
|
||||
VERSION=$(echo $1 | sed 's/^.*[v_]//')
|
||||
;;
|
||||
libuv*|Test-MockModule*) # can contain -vd.d or just -d.d
|
||||
libuv*|Test-MockModule*|libhandy*) # can contain -vd.d or just -d.d
|
||||
VERSION=$(echo $1 | sed 's/^.*[v-]//')
|
||||
;;
|
||||
junit*) # can contain -rd.d or just -d.d
|
||||
|
|
Reference in a new issue