From 2d99aa4bb3058550e43bc154cb18071ce86743b2 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 6 Dec 2019 21:46:21 +0000 Subject: [PATCH] Fix libhandy VERSION computation in packInstall.sh.porg --- pkgmngt/packInstall.sh.porg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgmngt/packInstall.sh.porg b/pkgmngt/packInstall.sh.porg index 41394af..3f5aef9 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -70,7 +70,7 @@ case $1 in cacerts*) VERSION=0.1 ;; - btrfs*|node*|pnmixer*) + btrfs*|node*|pnmixer*|libhandy*) VERSION=$(echo $1 | sed 's/^.*v//') ;; x265*) # can contain vd.d or just d.d: thanks to packagers