wok diff tintin++/receipt @ rev 12715

cross-arm-binutils: improve package (use symlinks for gcc lib/include path)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 05 04:00:34 2012 +0200 (2012-05-05)
parents 88cfcda0c8aa
children 2b57c63d7ad0
line diff
     1.1 --- a/tintin++/receipt	Wed Mar 07 13:45:17 2012 -0800
     1.2 +++ b/tintin++/receipt	Sat May 05 04:00:34 2012 +0200
     1.3 @@ -23,9 +23,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 -		$fs/usr/share/pixmaps
     1.9 -	cp $stuff/tintin.desktop $fs/usr/share/applications
    1.10 -	cp $stuff/tintin.png $fs/usr/share/pixmaps
    1.11  	cp -a $install/* $fs
    1.12  }