# HG changeset patch # User Eric Joseph-Alexandre # Date 1305575921 -7200 # Node ID 134ce9e4f774b923ba96f3733b3e84188f3b3ca9 # Parent f1e64641be12c9934f09fc6b9e34e4a12475fa10 notecase: fix build. We need diff -r f1e64641be12 -r 134ce9e4f774 notecase/receipt --- a/notecase/receipt Mon May 16 21:12:00 2011 +0200 +++ b/notecase/receipt Mon May 16 21:58:41 2011 +0200 @@ -15,8 +15,10 @@ # Rules to configure and make the package. compile_rules() { - busybox patch -p0 -i stuff/notecase-1.9.8_gcc4.u || return 1 + cd $src + busybox patch -p1 -i $stuff/notecase-1.9.8_gcc4.u || return 1 + # Disable gnome-vfs support sed -i /'AUTODETECT_GNOME_VFS=1'/d Makefile sed -i /'HAVE_GNOME_VFS=1'/d Makefile