wok diff bison/receipt @ rev 9749

mpc-library: Fix deps*
author Christophe Lincoln <pankso@slitaz.org>
date Tue May 10 23:41:05 2011 +0200 (2011-05-10)
parents c191a53f3efd
children 68049456cdd4
line diff
     1.1 --- a/bison/receipt	Thu Sep 16 20:53:23 2010 +0000
     1.2 +++ b/bison/receipt	Tue May 10 23:41:05 2011 +0200
     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.