wok diff lingot/receipt @ rev 12135

Fix busybox diff: don't output binary content
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 13 21:24:32 2012 +0100 (2012-03-13)
parents b7319995b37e
children 2a5cc8208d36
line diff
     1.1 --- a/lingot/receipt	Mon Jan 02 23:06:18 2012 +0100
     1.2 +++ b/lingot/receipt	Tue Mar 13 21:24:32 2012 +0100
     1.3 @@ -24,7 +24,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share
     1.8 +	mkdir -p $fs/usr/share/applications
     1.9 +	cp -a $stuff/lingot.desktop $fs/usr/share/applications
    1.10  	cp -a $_pkg/usr/bin $fs/usr
    1.11  	cp -a $_pkg/usr/share/lingot $fs/usr/share
    1.12  }