wok diff bison/receipt @ rev 8220

imported patch cleanup/wget.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents c191a53f3efd
children 68049456cdd4
line diff
     1.1 --- a/bison/receipt	Thu Sep 16 20:53:23 2010 +0000
     1.2 +++ b/bison/receipt	Thu Jan 27 00:20:50 2011 +0100
     1.3 @@ -16,11 +16,10 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr --infodir=/usr/share/info \
     1.8 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.9 +	./configure &&
    1.10  	echo '#define YYENABLE_NLS 1' >> config.h &&
    1.11  	make &&
    1.12 -	make DESTDIR=$PWD/_pkg install
    1.13 +	make install
    1.14  }
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.