wok diff exo/receipt @ rev 10305

e2fsprogs-dev: fix path to files list in stuff
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 22 02:21:30 2011 +0200 (2011-05-22)
parents 723666943311
children 2f2da9a13241
line diff
     1.1 --- a/exo/receipt	Fri Jan 21 00:44:33 2011 +0100
     1.2 +++ b/exo/receipt	Sun May 22 02:21:30 2011 +0200
     1.3 @@ -10,6 +10,7 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://www.xfce.org"
     1.6  WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
     1.7 +COOK_OPT="!fs"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11 @@ -17,7 +18,7 @@
    1.12  
    1.13  	#test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION
    1.14  	cd $src
    1.15 -	patch -p1 -i ../stuff/helpers.rc.u
    1.16 +	patch -p1 -i $stuff/helpers.rc.u
    1.17  	./configure \
    1.18  		--prefix=/usr \
    1.19  		--sysconfdir=/etc \