wok rev 1541

xfsprogs: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 11 12:07:46 2008 +0000 (2008-10-11)
parents b69c8150007d
children 6d7b40477553
files xfsprogs/receipt
line diff
     1.1 --- a/xfsprogs/receipt	Fri Oct 10 14:12:27 2008 +0000
     1.2 +++ b/xfsprogs/receipt	Sat Oct 11 12:07:46 2008 +0000
     1.3 @@ -20,7 +20,8 @@
     1.4  		--prefix=/usr \
     1.5  		--sbindir=/sbin \
     1.6  		--mandir=/usr/share/man \
     1.7 -		$CONFIGURE_ARGS &&
     1.8 +		$CONFIGURE_ARGS || return 1
     1.9 +	sed -i 's/--best/-9/' doc/Makefile build/Makefile build/tar/Makefile
    1.10  	make &&
    1.11  	make DIST_ROOT=$PWD/_pkg install
    1.12  }