wok rev 8641

Fixed celestia menu desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 17:13:17 2011 +0000 (2011-02-15)
parents 9935b7af8569
children aa91b84f09b3
files celestia/receipt
line diff
     1.1 --- a/celestia/receipt	Tue Feb 15 17:12:02 2011 +0000
     1.2 +++ b/celestia/receipt	Tue Feb 15 17:13:17 2011 +0000
     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  }