wok diff viewnior/receipt @ rev 14112

smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author ernia <monghitri@aruba.it>
date Sun Feb 24 21:28:58 2013 +0000 (2013-02-24)
parents 0ead9e33e6b5
children 2b9f96603415
line diff
     1.1 --- a/viewnior/receipt	Sat Feb 09 21:46:41 2013 +0000
     1.2 +++ b/viewnior/receipt	Sun Feb 24 21:28:58 2013 +0000
     1.3 @@ -25,9 +25,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/icons/SliTaz/apps/22
     1.8 +	mkdir -p $fs/usr/share/icons/hicolor/24x24
     1.9  	cp -a $_pkg/usr/bin $fs/usr
    1.10  	cp -a $_pkg/usr/share/viewnior $fs/usr/share
    1.11 -	cp -a $_pkg/usr/share/icons/hicolor/24x24/apps/* \
    1.12 -		$fs/usr/share/icons/SliTaz/apps/22
    1.13 +	cp -a $_pkg/usr/share/icons/hicolor/24x24/apps \
    1.14 +		$fs/usr/share/icons/hicolor/24x24
    1.15  }