wok diff zsh/receipt @ rev 10895

get-wakoopa: update wakoop to v2.0-2
author Liu Peng <rocky@slitaz.org>
date Thu Jul 07 05:59:46 2011 +0000 (2011-07-07)
parents 6fb7714626f8
children 93efe993d312
line diff
     1.1 --- a/zsh/receipt	Mon May 09 05:26:46 2011 +0000
     1.2 +++ b/zsh/receipt	Thu Jul 07 05:59:46 2011 +0000
     1.3 @@ -16,11 +16,11 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --bindir=/bin \
     1.8 -	--disable-dynamic --enable-multibyte  \
     1.9 -	--infodir=/usr/share/info --mandir=/usr/share/man \
    1.10 +	./configure --bindir=/bin \
    1.11 +	--disable-dynamic --enable-multibyte \
    1.12  	--enable-fndir=/usr/share/zsh/functions \
    1.13 -	--enable-scriptdir=/usr/share/zsh/scripts &&
    1.14 +	--enable-scriptdir=/usr/share/zsh/scripts \
    1.15 +	$CONFIGURE_ARGS &&
    1.16  	make &&
    1.17  	make install
    1.18  }