wok diff jwm/receipt @ rev 2803

Add:cdrkit-isoinfo for isoinfo utils
author Rohit Joshi <jozee@slitaz.org>
date Tue Apr 28 15:36:12 2009 +0000 (2009-04-28)
parents 1a46cc76994f
children 4466fa74bc06
line diff
     1.1 --- a/jwm/receipt	Fri Mar 21 14:16:48 2008 +0100
     1.2 +++ b/jwm/receipt	Tue Apr 28 15:36:12 2009 +0000
     1.3 @@ -15,13 +15,14 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -p1 < ../stuff/resize-backgound.u
     1.8 +	[ -f done.resize-backgound.u ] || patch -p1 < ../stuff/resize-backgound.u
     1.9 +	touch done.resize-backgound.u
    1.10  	./configure \
    1.11      	--prefix=/usr \
    1.12      	--mandir=/usr/share/man \
    1.13  		--sysconfdir=/etc/jwm \
    1.14  		--disable-fribidi \
    1.15 -		$CONFIGURE_ARGS
    1.16 +		$CONFIGURE_ARGS &&
    1.17  	make
    1.18  }
    1.19