# HG changeset patch # User Christophe Lincoln # Date 1202388116 -3600 # Node ID e31553425bd9caade0e6f22e7429536c071cc1bc # Parent 7e05b16784ea055cc580874b06cae48058ae9471 UP : slitaz-tools (1.7) diff -r 7e05b16784ea -r e31553425bd9 slitaz-tools/receipt --- a/slitaz-tools/receipt Thu Feb 07 11:49:57 2008 +0100 +++ b/slitaz-tools/receipt Thu Feb 07 13:41:56 2008 +0100 @@ -1,8 +1,8 @@ # SliTaz package receipt. PACKAGE="slitaz-tools" -VERSION="1.6" -CATEGORY="extra" +VERSION="1.7" +CATEGORY="system-tools" SHORT_DESC="SliTaz tools provide installer and Tinyutils." MAINTAINER="pankso@slitaz.org" DEPENDS="slitaz-boot-scripts dialog" @@ -18,7 +18,9 @@ # genpkg_rules() { - mkdir -p $fs/sbin $fs/usr/bin $fs/usr/sbin $fs/var/spool/cron/crontabs + mkdir -p $fs/sbin $fs/usr/bin \ + $fs/usr/sbin $fs/var/spool/cron/crontabs \ + $fs/usr/share # /rootfs/*. Firewall exemples, licenses and pixmaps. cp -a $src/rootfs/* $fs @@ -37,6 +39,7 @@ cp -a $src/tinyutils/netbox $fs/usr/bin cp -a $src/tinyutils/scpbox $fs/usr/bin cp -a $src/tinyutils/subox $fs/usr/bin + cp -a $src/stuff/desktop-files $fs/usr/share/applications # Sound config cp -a $src/tinyutils/soundconf $fs/usr/sbin