wok diff zsh/receipt @ rev 9774

bridge-utils: fix WGET_URL and clean
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 21:31:48 2011 +0200 (2011-05-11)
parents 02bbaa9d12ba
children b13331a9b7da
line diff
     1.1 --- a/zsh/receipt	Mon Apr 04 01:29:52 2011 +0200
     1.2 +++ b/zsh/receipt	Wed May 11 21:31:48 2011 +0200
     1.3 @@ -20,10 +20,9 @@
     1.4  	--disable-dynamic --enable-multibyte  \
     1.5  	--infodir=/usr/share/info --mandir=/usr/share/man \
     1.6  	--enable-fndir=/usr/share/zsh/functions \
     1.7 -	--enable-scriptdir=/usr/share/zsh/scripts \
     1.8 -	$CONFIGURE_ARGS &&
     1.9 +	--enable-scriptdir=/usr/share/zsh/scripts &&
    1.10  	make &&
    1.11 -	make DESTDIR=$PWD/_pkg install
    1.12 +	make install
    1.13  }
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 @@ -34,7 +33,7 @@
    1.17  	# Config files.
    1.18  	#
    1.19  	mkdir $fs/etc
    1.20 -	cp stuff/example.zshrc $fs/etc/zshrc
    1.21 +	cp $stuff/example.zshrc $fs/etc/zshrc
    1.22  	
    1.23  	#no way around this... gen_package will not automatically copy these
    1.24  	mkdir -p $fs/usr/share/zsh