wok-next rev 13991

put viewnior and xpad incons in the right place
author ernia <monghitri@aruba.it>
date Sun Feb 10 17:55:46 2013 +0000 (2013-02-10)
parents ed84ab5cee6b
children 68ec33732967
files viewnior/receipt xpad/receipt
line diff
     1.1 --- a/viewnior/receipt	Sun Feb 10 09:38:26 2013 +0100
     1.2 +++ b/viewnior/receipt	Sun Feb 10 17:55:46 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  }
     2.1 --- a/xpad/receipt	Sun Feb 10 09:38:26 2013 +0100
     2.2 +++ b/xpad/receipt	Sun Feb 10 17:55:46 2013 +0000
     2.3 @@ -25,7 +25,7 @@
     2.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.5  genpkg_rules()
     2.6  {
     2.7 -	mkdir -p $fs/usr/share/icons/SliTaz/apps/48/
     2.8 +	mkdir -p $fs/usr/share/icons/hicolor/48x48/apps/
     2.9  	cp -a $_pkg/usr/bin $fs/usr
    2.10 -	cp $stuff/xpad.png $fs/usr/share/icons/SliTaz/apps/48/
    2.11 +	cp -a $stuff/xpad.png $fs/usr/share/icons/hicolor/48x48/apps/
    2.12  }