wok-current diff celestia/receipt @ rev 8780
Up: tazwok (4.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Feb 22 16:32:27 2011 +0100 (2011-02-22) |
parents | aed057989545 |
children | a1644dbcf632 |
line diff
1.1 --- a/celestia/receipt Sat Dec 18 10:48:05 2010 +0000 1.2 +++ b/celestia/receipt Tue Feb 22 16:32:27 2011 +0100 1.3 @@ -28,9 +28,9 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share 1.8 + mkdir -p $fs/usr/share/applications 1.9 cp -a $_pkg/usr/bin $fs/usr 1.10 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.11 + cp -a stuff/celestia.desktop $fs/usr/share/applications 1.12 cp -a $_pkg/usr/share/celestia $fs/usr/share 1.13 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.14 }