wok rev 12059

removing cp for desktop files. that's all for tonight
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Mar 07 22:30:33 2012 -0800 (2012-03-07)
parents 12947bf9707d
children f7d5cfb17be3
files osmo/receipt rubyripper/receipt
line diff
     1.1 --- a/osmo/receipt	Wed Mar 07 21:29:41 2012 -0800
     1.2 +++ b/osmo/receipt	Wed Mar 07 22:30:33 2012 -0800
     1.3 @@ -28,7 +28,5 @@
     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/osmo.desktop $fs/usr/share/applications
     1.9  	cp -a $_pkg/usr/bin $fs/usr
    1.10  }
     2.1 --- a/rubyripper/receipt	Wed Mar 07 21:29:41 2012 -0800
     2.2 +++ b/rubyripper/receipt	Wed Mar 07 22:30:33 2012 -0800
     2.3 @@ -31,13 +31,7 @@
     2.4  	mkdir -p $fs/usr 
     2.5  	cp -a $_pkg/usr/bin $fs/usr
     2.6  	cp -a $_pkg/usr/lib $fs/usr
     2.7 -	# desktop file
     2.8 -	mkdir -p $fs/usr/share/applications
     2.9 -	cp -a stuff/$PACKAGE.desktop $fs/usr/share/applications
    2.10 -	# icon
    2.11 -	mkdir -p $fs/usr/share/pixmaps
    2.12 -	cp -a stuff/$PACKAGE.png $fs/usr/share/pixmaps
    2.13  	# launcher
    2.14 -	cp -a stuff/$PACKAGE $fs/usr/bin
    2.15 +	cp -a $stuff/$PACKAGE $fs/usr/bin
    2.16  }
    2.17