wok-stable diff tazwok/receipt @ rev 3839

tazwok: mv desktop file to tazwok src
author Christophe Lincoln <pankso@slitaz.org>
date Fri Aug 07 12:00:01 2009 +0200 (2009-08-07)
parents 8e7bc23c7eeb
children 3ca9cd368b3d
line diff
     1.1 --- a/tazwok/receipt	Thu Apr 16 02:19:06 2009 +0200
     1.2 +++ b/tazwok/receipt	Fri Aug 07 12:00:01 2009 +0200
     1.3 @@ -15,12 +15,13 @@
     1.4  	mkdir -p $fs/usr/bin \
     1.5  		$fs/usr/share/examples/tazwok \
     1.6  		$fs/usr/share/doc/tazwok $fs/etc
     1.7 -	
     1.8 +
     1.9  	# Copy Tazwok, doc and examples.
    1.10  	cp -a $src/tazwok $fs/usr/bin
    1.11  	chmod 755 $fs/usr/bin/tazwok
    1.12  	cp -a $src/doc/* $fs/usr/share/doc/tazwok
    1.13  	cp -a $src/examples/* $fs/usr/share/examples/tazwok
    1.14 +	cp -a $src/applications $fs/usr/share
    1.15  
    1.16  	# Config file
    1.17  	cp -a $src/examples/tazwok.conf $fs/etc