Upadte packInstall for libslirp
Version has a -v, which should be removed in "extract-version"
This commit is contained in:
parent
33ee66c69e
commit
951d334793
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ case $1 in
|
||||||
cacerts*)
|
cacerts*)
|
||||||
VERSION=0.1
|
VERSION=0.1
|
||||||
;;
|
;;
|
||||||
btrfs*|node*|pnmixer*|docbook-v*)
|
btrfs*|node*|pnmixer*|docbook-v*|libslirp*)
|
||||||
VERSION=$(echo $1 | sed 's/^.*v//')
|
VERSION=$(echo $1 | sed 's/^.*v//')
|
||||||
;;
|
;;
|
||||||
x264*) # can contain vd.d or just d.d, and now our package is not versioned!
|
x264*) # can contain vd.d or just d.d, and now our package is not versioned!
|
||||||
|
|
Reference in a new issue