wok diff celestia/receipt @ rev 9663

pcre: clean-up receipt
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 01 09:13:52 2011 +0200 (2011-05-01)
parents aed057989545
children a1644dbcf632
line diff
     1.1 --- a/celestia/receipt	Sat Dec 18 10:48:05 2010 +0000
     1.2 +++ b/celestia/receipt	Sun May 01 09:13:52 2011 +0200
     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  }