wok diff xcircuit/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 05a5fe342712
children eb8067417980
line diff
     1.1 --- a/xcircuit/receipt	Tue Feb 28 05:45:47 2012 -0800
     1.2 +++ b/xcircuit/receipt	Tue Sep 10 12:15:52 2013 +0000
     1.3 @@ -25,12 +25,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib \
     1.8 -		$fs/usr/share/applications \
     1.9 -		$fs/usr/share/pixmaps
    1.10 +	mkdir -p $fs/usr/lib
    1.11  	cp -a $_pkg/usr/bin $fs/usr
    1.12  	cp -a $_pkg/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib
    1.13 -	cp -a $stuff/$PACKAGE.desktop $fs/usr/share/applications
    1.14 -	cp -a $stuff/$PACKAGE.png $fs/usr/share/pixmaps
    1.15  }
    1.16