The new vim tarball has a standard directory name, not need for a tweak in
packInstall
This commit is contained in:
parent
30732c6a16
commit
974fe35ae0
1 changed files with 1 additions and 1 deletions
|
@ -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*)
|
||||
|
|
Reference in a new issue