wok rev 9867
notecase: fix build. We need
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon May 16 21:58:41 2011 +0200 (2011-05-16) |
parents | f1e64641be12 |
children | 588b8e050fb4 |
files | notecase/receipt |
line diff
1.1 --- a/notecase/receipt Mon May 16 21:12:00 2011 +0200 1.2 +++ b/notecase/receipt Mon May 16 21:58:41 2011 +0200 1.3 @@ -15,8 +15,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - busybox patch -p0 -i stuff/notecase-1.9.8_gcc4.u || return 1 1.8 + 1.9 cd $src 1.10 + busybox patch -p1 -i $stuff/notecase-1.9.8_gcc4.u || return 1 1.11 + 1.12 # Disable gnome-vfs support 1.13 sed -i /'AUTODETECT_GNOME_VFS=1'/d Makefile 1.14 sed -i /'HAVE_GNOME_VFS=1'/d Makefile