wok rev 6054

exo: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 18 09:37:20 2010 +0200 (2010-08-18)
parents af7ae092c941
children a0fa6235faca
files exo/receipt
line diff
     1.1 --- a/exo/receipt	Tue Aug 17 15:27:28 2010 +0200
     1.2 +++ b/exo/receipt	Wed Aug 18 09:37:20 2010 +0200
     1.3 @@ -15,10 +15,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	patch -p0 -i stuff/helpers.rc.u
     1.8  
     1.9  	#test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION
    1.10  	cd $src
    1.11 +	patch -p1 -i ../stuff/helpers.rc.u
    1.12  	./configure \
    1.13  		--prefix=/usr \
    1.14  		--sysconfdir=/etc \