From 77a804241496ac61cfbe97278587972256206c7a Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 25 Apr 2019 09:17:56 +0000 Subject: [PATCH] Add the case of pnmixer to 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 2c0417c..743314b 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -66,7 +66,7 @@ case $1 in cacerts*) VERSION=0.1 ;; - btrfs*|node*) + btrfs*|node*|pnmixer*) VERSION=$(echo $1 | sed 's/^.*v//') ;; x265*) # can contain vd.d or just d.d: thanks to packagers