wok diff netsurf/receipt @ rev 9730

aufs: add TARBALL need to avoid cloning each time. It's tar.bz2 since cook will compress it in this format but if *.tar.lzma exit it will be used by both cook and tazwok
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 15:38:20 2011 +0200 (2011-05-09)
parents 16c6a94a2c94
children 27f52fdaa413
line diff
     1.1 --- a/netsurf/receipt	Sat Mar 12 15:10:26 2011 +0000
     1.2 +++ b/netsurf/receipt	Mon May 09 15:38:20 2011 +0200
     1.3 @@ -24,7 +24,7 @@
     1.4  	sed -i 's#GTK_WIDGET_SET_FLAGS(GTK_WIDGET(g->layout), GTK_CAN_FOCUS);#gtk_widget_set_can_focus(GTK_WIDGET(g->layout), true);#' \
     1.5              gtk/gtk_window.c
     1.6  
     1.7 -	cp -a ../stuff/Makefile.config .
     1.8 +	cp -a $stuff/Makefile.config .
     1.9  	
    1.10  	# Fix install target
    1.11  	sed -i 's/cp -vRL/cp -RL/' Makefile