wok diff tintin++/receipt @ rev 12045

swat: fixed desktop file and added new icon
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Mar 07 13:45:17 2012 -0800 (2012-03-07)
parents 63d0fd1d9018
children 925f375988f9
line diff
     1.1 --- a/tintin++/receipt	Sun Feb 19 14:05:48 2012 -0800
     1.2 +++ b/tintin++/receipt	Wed Mar 07 13:45:17 2012 -0800
     1.3 @@ -23,11 +23,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/applications \
     1.8 +        mkdir -p $fs/usr/share/applications \
     1.9  		$fs/usr/share/pixmaps
    1.10  	cp $stuff/tintin.desktop $fs/usr/share/applications
    1.11  	cp $stuff/tintin.png $fs/usr/share/pixmaps
    1.12 -	
    1.13  	cp -a $install/* $fs
    1.14 -	
    1.15  }