wok diff celestia/receipt @ rev 8721

Fixed freeciv.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 18 06:06:38 2011 +0000 (2011-02-18)
parents aed057989545
children a1644dbcf632
line diff
     1.1 --- a/celestia/receipt	Sat Dec 18 10:48:05 2010 +0000
     1.2 +++ b/celestia/receipt	Fri Feb 18 06:06:38 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  }