diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-01-01 14:01:45 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-01-01 14:01:45 +0100 |
commit | 951d33479318d07d9484c41ef614d7945373ad91 (patch) | |
tree | 1048172362f2c1cd80885f152d64c194b55a22dd | |
parent | 33ee66c69e900082a7ae9c0b4c30049b8b97e5ae (diff) |
Upadte packInstall for libslirp
Version has a -v, which should be removed in "extract-version"
-rw-r--r-- | pkgmngt/packInstall.sh.porg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgmngt/packInstall.sh.porg b/pkgmngt/packInstall.sh.porg index 669eadff63..8091d2acdd 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -66,7 +66,7 @@ case $1 in cacerts*) VERSION=0.1 ;; - btrfs*|node*|pnmixer*|docbook-v*) + btrfs*|node*|pnmixer*|docbook-v*|libslirp*) VERSION=$(echo $1 | sed 's/^.*v//') ;; x264*) # can contain vd.d or just d.d, and now our package is not versioned! |