# HG changeset patch # User Christophe Lincoln # Date 1214332811 -7200 # Node ID 6602df876b72d46f733dbb98d2fd3fe577e1fb87 # Parent f862339df6c52755bc4faf3f96625aea2481f707 Up: slitaz-boot-scripts (2.4) diff -r f862339df6c5 -r 6602df876b72 slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Tue Jun 24 19:28:03 2008 +0200 +++ b/slitaz-boot-scripts/receipt Tue Jun 24 20:40:11 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-boot-scripts" -VERSION="2.3" +VERSION="2.4" CATEGORY="base-system" SHORT_DESC="Provide all the initialisation scripts used at boot time." MAINTAINER="pankso@slitaz.org" diff -r f862339df6c5 -r 6602df876b72 sylpheed/receipt --- a/sylpheed/receipt Tue Jun 24 19:28:03 2008 +0200 +++ b/sylpheed/receipt Tue Jun 24 20:40:11 2008 +0200 @@ -27,13 +27,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/pixmaps \ - $fs/usr/share/applications \ - $fs/usr/share/locale + mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr - cp -a $src/sylpheed.png $fs/usr/share/pixmaps - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - strip -s $fs/usr/bin/* - # Desktop entry - cp -a stuff/sylpheed.desktop $fs/usr/share/applications }