wok-next rev 5190
tazwok: rm examples (old)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 28 03:26:00 2010 +0200 (2010-03-28) |
parents | eb909e12bdac |
children | 4abef41ca3d5 |
files | tazwok/receipt |
line diff
1.1 --- a/tazwok/receipt Sun Mar 28 01:00:16 2010 +0100 1.2 +++ b/tazwok/receipt Sun Mar 28 03:26:00 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 }