wok diff xfsprogs/receipt @ 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 d07f9cd98bdc
children 74d9e193ac36
line diff
     1.1 --- a/xfsprogs/receipt	Sun Oct 05 13:13:11 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  }