wok diff celestia/receipt @ rev 12062

clean up receipts with unnecessary cp operations
author Samuel Trassare <samuel_trassare@yahoo.com>
date Thu Mar 08 11:44:26 2012 -0800 (2012-03-08)
parents fc20a2fab76c
children 97eef196916c
line diff
     1.1 --- a/celestia/receipt	Sat May 07 17:51:17 2011 +0000
     1.2 +++ b/celestia/receipt	Thu Mar 08 11:44:26 2012 -0800
     1.3 @@ -30,7 +30,6 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/share/applications
     1.6  	cp -a $_pkg/usr/bin $fs/usr
     1.7 -	cp -a $stuff/celestia.desktop $fs/usr/share/applications
     1.8  	cp -a $_pkg/usr/share/celestia $fs/usr/share
     1.9  	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.10  }