wok diff vim-tiny/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents b0dc64f8462f
children 5ea0ce1cecc0
line diff
     1.1 --- a/vim-tiny/receipt	Fri Nov 01 16:44:12 2019 +0100
     1.2 +++ b/vim-tiny/receipt	Sat May 02 17:31:45 2020 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vim-tiny"
     1.7 -VERSION="8.1.2237"
     1.8 +VERSION="8.2.0664"
     1.9  CATEGORY="editors"
    1.10  TAGS="text-editor"
    1.11  SHORT_DESC="Advanced text editor without GUI."
    1.12 @@ -25,7 +25,8 @@
    1.13  
    1.14  	# define the place for the global vimrc file (set to /etc/vim/vimrc)
    1.15  	# (patch from Arch Linux PKGBUILD)
    1.16 -	sed -i 's|^.*\(#define SYS_VIMRC_FILE\).*$|\1 "/etc/vim/vimrc"|' $src/src/feature.h
    1.17 +	sed -i 's|^.*\(#define SYS_VIMRC_FILE\).*$|\1 "/etc/vim/vimrc"|' \
    1.18 +		$src/src/feature.h
    1.19  
    1.20  	./configure				\
    1.21  		--prefix=/usr			\
    1.22 @@ -43,12 +44,12 @@
    1.23  		$CONFIGURE_ARGS &&
    1.24  	make						\
    1.25  		VIMRCLOC=/etc/vim			\
    1.26 -		VIMRUNTIMEDIR=/usr/share/vim/vim81	\
    1.27 +		VIMRUNTIMEDIR=/usr/share/vim/vim82	\
    1.28  		MAKE="make -e" &&
    1.29  	make	DESTDIR=$DESTDIR install
    1.30  
    1.31  	mkdir -p $DESTDIR/etc/vim
    1.32 -	cp -a $src/runtime/vimrc_example.vim $DESTDIR/etc/vim/vimrc
    1.33 +	cp -a $src/runtime/vimrc_example.vim	$DESTDIR/etc/vim/vimrc
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.