The new vim tarball has a standard directory name, not need for a tweak in

packInstall
This commit is contained in:
Pierre Labastie 2019-08-31 12:52:05 +00:00
parent 30732c6a16
commit 974fe35ae0

View file

@ -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*)