# HG changeset patch # User Pascal Bellard # Date 1282117040 -7200 # Node ID 41ed3c4760c9313a2d9d45d2fb7cf2c790d94614 # Parent af7ae092c94181ae77e7175e6704e776e7b98334 exo: fix compile_rules diff -r af7ae092c941 -r 41ed3c4760c9 exo/receipt --- a/exo/receipt Tue Aug 17 15:27:28 2010 +0200 +++ b/exo/receipt Wed Aug 18 09:37:20 2010 +0200 @@ -15,10 +15,10 @@ # Rules to configure and make the package. compile_rules() { - patch -p0 -i stuff/helpers.rc.u #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION cd $src + patch -p1 -i ../stuff/helpers.rc.u ./configure \ --prefix=/usr \ --sysconfdir=/etc \