wok-6.x diff tazwok/receipt @ rev 5195

slitaz-doc: fix version for 3.0
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 28 17:16:33 2010 +0200 (2010-03-28)
parents 866fa2493b1b
children 27eaf62b3cf6
line diff
     1.1 --- a/tazwok/receipt	Wed Feb 24 12:13:18 2010 +0000
     1.2 +++ b/tazwok/receipt	Sun Mar 28 17:16:33 2010 +0200
     1.3 @@ -14,16 +14,12 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/bin \
     1.7 -		$fs/usr/share/examples/tazwok \
     1.8  		$fs/usr/share/doc/tazwok $fs/etc
     1.9 -
    1.10  	# Copy Tazwok, doc and examples.
    1.11  	cp -a $src/tazwok $fs/usr/bin
    1.12  	chmod 755 $fs/usr/bin/tazwok
    1.13  	cp -a $src/doc/* $fs/usr/share/doc/tazwok
    1.14 -	cp -a $src/examples/* $fs/usr/share/examples/tazwok
    1.15  	cp -a $src/applications $fs/usr/share
    1.16 -
    1.17  	# Config file
    1.18  	cp -a $src/examples/tazwok.conf $fs/etc
    1.19  }