wok diff tilda/receipt @ rev 12057

cleaning up receipts that have unnecessary cp operations
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Mar 07 21:27:37 2012 -0800 (2012-03-07)
parents af9a1b47948c
children 5b6655a12e15
line diff
     1.1 --- a/tilda/receipt	Tue Jan 24 22:51:41 2012 +0100
     1.2 +++ b/tilda/receipt	Wed Mar 07 21:27:37 2012 -0800
     1.3 @@ -24,9 +24,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share/applications/
     1.8 -	cp -a $stuff/tilda.desktop $fs/usr/share/applications
     1.9 -	cp -a $_pkg/usr/bin $fs/usr
    1.10 +	mkdir -p $fs/usr/share
    1.11  	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.12  	cp -a $_pkg/usr/share/tilda.glade $fs/usr/share	
    1.13  }