wok-6.x diff tazwok/receipt @ rev 5225
Add enigma (plus libsdl-ttf fix)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Wed Apr 07 23:00:12 2010 +0000 (2010-04-07) |
parents | 866fa2493b1b |
children | 27eaf62b3cf6 |
line diff
1.1 --- a/tazwok/receipt Wed Feb 24 12:13:18 2010 +0000 1.2 +++ b/tazwok/receipt Wed Apr 07 23:00:12 2010 +0000 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 }