From 974fe35ae04a823dd0c9111368083615d9447663 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 31 Aug 2019 12:52:05 +0000 Subject: [PATCH] The new vim tarball has a standard directory name, not need for a tweak in packInstall --- 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 aafa526..41394af 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -12,7 +12,7 @@ case $1 in expect*|tcl*|tk*|mozjs*|lynx*) VERSION=$(echo $1 | sed 's/^[^0-9]*//') ;; - vim*|unzip*|zip*) + unzip*|zip*) VERSION=$(echo $1 | sed 's/^[^0-9]*\([0-9]\)\([0-9]\)/\1.\2/') ;; wireless_tools*|LVM2*)