wok diff bygfoot/receipt @ rev 9732

linux: Fix 2. clean up and make it build with cookutils: FIXME: tazwok specif code (aufs is ok for cook and tazwok I guess)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 15:57:19 2011 +0200 (2011-05-09)
parents 9e8ee203442d
children 8e4c74abdf74
line diff
     1.1 --- a/bygfoot/receipt	Wed Feb 23 00:27:54 2011 +0100
     1.2 +++ b/bygfoot/receipt	Mon May 09 15:57:19 2011 +0200
     1.3 @@ -13,10 +13,10 @@
     1.4  
     1.5  compile_rules()
     1.6  {
     1.7 -	mv $src-source $src
     1.8  	cd $src
     1.9  
    1.10  	chmod +x configure
    1.11 +	sed -i 's/^top_srcdir/top_builddir = @top_builddir@\n&/' po/Makefile.in.in
    1.12  	./configure \
    1.13  		--prefix=/usr \
    1.14  		--bindir=/usr/games \
    1.15 @@ -32,5 +32,5 @@
    1.16  	cp -a $_pkg/usr $fs/
    1.17  
    1.18  	# Copy .desktop file:
    1.19 -	cp -a $WOK/$PACKAGE/stuff/* $fs/usr
    1.20 +	cp -a $stuff/* $fs/usr
    1.21  }