wok-stable rev 2565

cups: add icon
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 29 14:15:27 2009 +0000 (2009-03-29)
parents 1c64b900e63f
children 390e0a107333
files cups/receipt
line diff
     1.1 --- a/cups/receipt	Sun Mar 29 15:41:30 2009 +0200
     1.2 +++ b/cups/receipt	Sun Mar 29 14:15:27 2009 +0000
     1.3 @@ -34,7 +34,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/etc $fs/usr/lib $fs/usr/share
     1.8 +	mkdir -p $fs/etc $fs/usr/lib $fs/usr/share/pixmaps
     1.9  	
    1.10  	cp -a $_pkg/etc/cups $fs/etc
    1.11  	cp -a $_pkg/etc/dbus* $fs/etc
    1.12 @@ -43,6 +43,8 @@
    1.13  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.14  	cp -a $_pkg/usr/lib/cups $fs/usr/lib
    1.15  	cp -a $_pkg/usr/share/cups $fs/usr/share
    1.16 +	cp -a $_pkg/usr/share/icons/hicolor/32x32/apps/cups.png \
    1.17 +		 $fs/usr/share/pixmaps
    1.18  	cp -a $_pkg/var $fs
    1.19  	
    1.20  	# We need the doc for CSS, images and help in the web interface.