wok diff chemtool/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 a1644dbcf632
children 39acb734f263
line diff
     1.1 --- a/chemtool/receipt	Sat May 07 23:47:19 2011 +0200
     1.2 +++ b/chemtool/receipt	Thu Mar 08 11:44:26 2012 -0800
     1.3 @@ -26,7 +26,7 @@
     1.4  {
     1.5  	# Needed directories.
     1.6  	mkdir -p $fs/usr/share/locale $fs/usr/share/pixmaps \
     1.7 -	$fs/usr/share/examples/chemtool $fs/usr/share/applications
     1.8 +	$fs/usr/share/examples/chemtool 
     1.9  	
    1.10  	# Binary file.
    1.11  	cp -a $_pkg/usr/bin $fs/usr
    1.12 @@ -34,7 +34,6 @@
    1.13  	# French locale, pixmap and menu.
    1.14  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.15  	cp -a $src/gnome/chemtool.png $fs/usr/share/pixmaps
    1.16 -	cp -a $stuff/chemtool.desktop $fs/usr/share/applications
    1.17  	
    1.18  	# Examples.
    1.19  	cp -a $src/examples/a*.cht $fs/usr/share/examples/chemtool