wok-4.x rev 2619
cups-pam: add icon
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 14 10:52:20 2009 +0000 (2009-04-14) |
parents | 01153cfa8044 |
children | d156f4b7e2a7 |
files | cups-pam/receipt |
line diff
1.1 --- a/cups-pam/receipt Mon Apr 13 21:19:41 2009 +0200 1.2 +++ b/cups-pam/receipt Tue Apr 14 10:52:20 2009 +0000 1.3 @@ -37,7 +37,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 @@ -46,6 +46,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.