wok diff gvim/receipt @ rev 17961

make-slitaz-icons, slitaz-icons-faenza: up (20150417).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 02:41:30 2015 +0300 (2015-04-17)
parents 2a2d57bb6788
children 6c09056154b2
line diff
     1.1 --- a/gvim/receipt	Sat May 24 00:18:05 2014 +0000
     1.2 +++ b/gvim/receipt	Fri Apr 17 02:41:30 2015 +0300
     1.3 @@ -19,7 +19,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	export LDFLAGS="$LDFLAGS -ltinfo"
     1.9  
    1.10  	# define the place for the global vimrc file (set to /etc/vim/vimrc)
    1.11  	# (patch from Arch Linux PKGBUILD)
    1.12 @@ -85,4 +85,3 @@
    1.13          echo "Processing post-remove commands..."
    1.14          ln -sf /bin/busybox $1/bin/vi
    1.15  }
    1.16 -