wok rev 1354

iUp: vim to 7.2.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Sep 06 15:08:50 2008 +0200 (2008-09-06)
parents 9f60adb04c9b
children dc8da468bd43
files vim/receipt
line diff
     1.1 --- a/vim/receipt	Sat Sep 06 15:07:21 2008 +0200
     1.2 +++ b/vim/receipt	Sat Sep 06 15:08:50 2008 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vim"
     1.7 -VERSION="7.1"
     1.8 +VERSION="7.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Advanced text editor"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -45,7 +45,7 @@
    1.13  # Rules to clean extras dirs or files
    1.14  clean_wok()
    1.15  {
    1.16 -	rm -rf $PWD/vim71 2>/dev/null
    1.17 +	rm -rf $PWD/vim72 2>/dev/null
    1.18  }
    1.19  
    1.20  post_install()
    1.21 @@ -62,7 +62,7 @@
    1.22          if [ "$anser" == "y" ]; then
    1.23              echo ""
    1.24              echo -n "Removing vi link to make a new one pointing on /usr/bin/vim..."
    1.25 -            rm $root/bin/vi && ln -s $root/usr/bin/vim $root/bin/vi
    1.26 +            rm $root/bin/vi && ln -sf $root/usr/bin/vim $root/bin/vi
    1.27              status
    1.28          else
    1.29              echo ""