wok rev 1462

xarchive: apply patch once
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 21:12:18 2008 +0000 (2008-10-03)
parents b94e60fe7b4e
children 3b5f5f0ff01e
files xarchive/receipt
line diff
     1.1 --- a/xarchive/receipt	Fri Oct 03 21:10:30 2008 +0000
     1.2 +++ b/xarchive/receipt	Fri Oct 03 21:12:18 2008 +0000
     1.3 @@ -14,12 +14,14 @@
     1.4  {
     1.5  	cd $src
     1.6  	# patch tar-wrap for busybox tar option
     1.7 +	[ -f done.slitaz-xarchive-wrappers-0.2.8-6.patch ] || \
     1.8  	patch -p1 -i ../stuff/slitaz-xarchive-wrappers-0.2.8-6.patch
     1.9 +	touch done.slitaz-xarchive-wrappers-0.2.8-6.patch
    1.10  
    1.11  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.12 -	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.13 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.14  
    1.15 -	make
    1.16 +	make &&
    1.17  	make DESTDIR=$PWD/_pkg install
    1.18  }
    1.19