wok rev 7440

elfutils: make compile_rules work (weird)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 29 17:35:51 2010 +0100 (2010-11-29)
parents 89061517e475
children 4506ac14c717
files elfutils/receipt
line diff
     1.1 --- a/elfutils/receipt	Mon Nov 29 16:23:32 2010 +0100
     1.2 +++ b/elfutils/receipt	Mon Nov 29 17:35:51 2010 +0100
     1.3 @@ -27,7 +27,7 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.6  	--mandir=/usr/share/man \
     1.7 -	$CONFIGURE_ARGS &&
     1.8 +	$CONFIGURE_ARGS && make
     1.9  	make &&
    1.10  	make check &&
    1.11  	make DESTDIR=$PWD/_pkg install