# HG changeset patch # User Aleksej Bobylev # Date 1448841193 -7200 # Node ID f9743cf20afc14df10c1e7c90cd827bfa1bc0b32 # Parent 54348d3e28eaa6fce75dfd2c2b40a16e3f83d812 Up tazpkg(876), cookutils(779); change post_install() in pango, slitaz-boot-scripts, syslinux, tazwikiss diff -r 54348d3e28ea -r f9743cf20afc cookutils-daemon/receipt --- a/cookutils-daemon/receipt Sun Nov 29 15:58:15 2015 +0000 +++ b/cookutils-daemon/receipt Mon Nov 30 01:53:13 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cookutils-daemon" -VERSION="776" +VERSION="779" CATEGORY="system-tools" SHORT_DESC="SliTaz Cooker daemon script for build host." MAINTAINER="pankso@slitaz.org" diff -r 54348d3e28ea -r f9743cf20afc cookutils/receipt --- a/cookutils/receipt Sun Nov 29 15:58:15 2015 +0000 +++ b/cookutils/receipt Mon Nov 30 01:53:13 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cookutils" -VERSION="776" +VERSION="779" CATEGORY="base-system" SHORT_DESC="SliTaz packages builder new generation." MAINTAINER="pankso@slitaz.org" diff -r 54348d3e28ea -r f9743cf20afc pango/receipt --- a/pango/receipt Sun Nov 29 15:58:15 2015 +0000 +++ b/pango/receipt Mon Nov 30 01:53:13 2015 +0200 @@ -52,7 +52,6 @@ # Pre and post install commands for Tazpkg. post_install() { - echo "Processing post-install commands..." # Rebuilds pango.modules when installed. - chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules + chroot "$1/" /usr/bin/pango-querymodules > "$1/etc/pango/pango.modules" } diff -r 54348d3e28ea -r f9743cf20afc slitaz-boot-scripts/receipt --- a/slitaz-boot-scripts/receipt Sun Nov 29 15:58:15 2015 +0000 +++ b/slitaz-boot-scripts/receipt Mon Nov 30 01:53:13 2015 +0200 @@ -55,6 +55,7 @@ { case "$SLITAZ_ARCH" in i?86) + echo chroot $1/ /usr/bin/rcSconf up ;; arm) if [ ! -d "/var/lib/tazpkg/installed/slitaz-arm-configs" ]; then diff -r 54348d3e28ea -r f9743cf20afc syslinux/receipt --- a/syslinux/receipt Sun Nov 29 15:58:15 2015 +0000 +++ b/syslinux/receipt Mon Nov 30 01:53:13 2015 +0200 @@ -125,6 +125,6 @@ # Pre and post install commands for Tazpkg. post_install() { - sed "/MENU TITLE SliTaz GNU\/Linux/ s| [0-9X]*$| $(date +%Y%m%d)|" \ + sed -i "/MENU TITLE SliTaz GNU\/Linux/ s| [0-9X]*$| $(date +%Y%m%d)|" \ "$1/boot/isolinux/isolinux.cfg" } diff -r 54348d3e28ea -r f9743cf20afc tazpkg/receipt --- a/tazpkg/receipt Sun Nov 29 15:58:15 2015 +0000 +++ b/tazpkg/receipt Mon Nov 30 01:53:13 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="tazpkg" -VERSION="875" +VERSION="876" CATEGORY="base-system" SHORT_DESC="SliTaz packages manager" MAINTAINER="pankso@slitaz.org" diff -r 54348d3e28ea -r f9743cf20afc tazwikiss/receipt --- a/tazwikiss/receipt Sun Nov 29 15:58:15 2015 +0000 +++ b/tazwikiss/receipt Mon Nov 30 01:53:13 2015 +0200 @@ -64,6 +64,7 @@ EOT if [ -z "$1" ]; then + echo # Start Web server. /etc/init.d/apache stop /etc/init.d/apache start @@ -105,4 +106,5 @@ /usr/lib/slitaz/httphelper.sh EOT echo "The default password to edit pages is 'test'" + echo }