wok-current diff xarchiver/receipt @ rev 25678
Reenable network feature for hplip
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 07 20:38:36 2024 +0000 (11 months ago) |
parents | 227fb0d8e0ed |
children | 5926178cd6fa |
line diff
1.1 --- a/xarchiver/receipt Thu Aug 18 17:12:42 2022 +0100 1.2 +++ b/xarchiver/receipt Thu Mar 07 20:38:36 2024 +0000 1.3 @@ -45,7 +45,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share 1.8 + mkdir -p $fs/usr/share/pixmaps 1.9 mkdir -p $fs/var/www/cgi-bin 1.10 mkdir -p $fs/usr/share/doc/xarchiver/html 1.11 1.12 @@ -53,6 +53,7 @@ 1.13 cp -a $install/usr/lib $fs/usr 1.14 cp -a $install/usr/share/applications $fs/usr/share 1.15 cp -a $install/usr/share/icons $fs/usr/share 1.16 + cp -a $install/usr/share/pixmaps/* $fs/usr/share/pixmaps 1.17 1.18 rm -rf $fs/usr/share/icons/hicolor/scalable 1.19