wok diff bison/receipt @ rev 9144

Made checkers download sources for archive.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 06 14:37:35 2011 +0000 (2011-03-06)
parents c191a53f3efd
children 68049456cdd4
line diff
     1.1 --- a/bison/receipt	Thu Sep 16 20:53:23 2010 +0000
     1.2 +++ b/bison/receipt	Sun Mar 06 14:37:35 2011 +0000
     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.