# HG changeset patch # User Christopher Rogers # Date 1299087374 0 # Node ID 5a95352df02affa1728e84b477399b2d876b726f # Parent ee745611c18f811d120bffbd9541a367b60a733b Fixed exo. diff -r ee745611c18f -r 5a95352df02a exo/receipt --- a/exo/receipt Wed Mar 02 16:30:51 2011 +0000 +++ b/exo/receipt Wed Mar 02 17:36:14 2011 +0000 @@ -10,6 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" +COOK_OPT="!fs" # Rules to configure and make the package. compile_rules() @@ -17,7 +18,7 @@ #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION cd $src - patch -p1 -i ../stuff/helpers.rc.u + patch -p1 -i $stuff/helpers.rc.u ./configure \ --prefix=/usr \ --sysconfdir=/etc \