wok rev 18640
Up tazpkg(876), cookutils(779); change post_install() in pango, slitaz-boot-scripts, syslinux, tazwikiss
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Nov 30 01:53:13 2015 +0200 (2015-11-30) |
parents | 54348d3e28ea |
children | 9b4cae9e1aca |
files | cookutils-daemon/receipt cookutils/receipt pango/receipt slitaz-boot-scripts/receipt syslinux/receipt tazpkg/receipt tazwikiss/receipt |
line diff
1.1 --- a/cookutils-daemon/receipt Sun Nov 29 15:58:15 2015 +0000 1.2 +++ b/cookutils-daemon/receipt Mon Nov 30 01:53:13 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cookutils-daemon" 1.7 -VERSION="776" 1.8 +VERSION="779" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="SliTaz Cooker daemon script for build host." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/cookutils/receipt Sun Nov 29 15:58:15 2015 +0000 2.2 +++ b/cookutils/receipt Mon Nov 30 01:53:13 2015 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cookutils" 2.7 -VERSION="776" 2.8 +VERSION="779" 2.9 CATEGORY="base-system" 2.10 SHORT_DESC="SliTaz packages builder new generation." 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/pango/receipt Sun Nov 29 15:58:15 2015 +0000 3.2 +++ b/pango/receipt Mon Nov 30 01:53:13 2015 +0200 3.3 @@ -52,7 +52,6 @@ 3.4 # Pre and post install commands for Tazpkg. 3.5 post_install() 3.6 { 3.7 - echo "Processing post-install commands..." 3.8 # Rebuilds pango.modules when installed. 3.9 - chroot $1/ /usr/bin/pango-querymodules > $1/etc/pango/pango.modules 3.10 + chroot "$1/" /usr/bin/pango-querymodules > "$1/etc/pango/pango.modules" 3.11 }
4.1 --- a/slitaz-boot-scripts/receipt Sun Nov 29 15:58:15 2015 +0000 4.2 +++ b/slitaz-boot-scripts/receipt Mon Nov 30 01:53:13 2015 +0200 4.3 @@ -55,6 +55,7 @@ 4.4 { 4.5 case "$SLITAZ_ARCH" in 4.6 i?86) 4.7 + echo 4.8 chroot $1/ /usr/bin/rcSconf up ;; 4.9 arm) 4.10 if [ ! -d "/var/lib/tazpkg/installed/slitaz-arm-configs" ]; then
5.1 --- a/syslinux/receipt Sun Nov 29 15:58:15 2015 +0000 5.2 +++ b/syslinux/receipt Mon Nov 30 01:53:13 2015 +0200 5.3 @@ -125,6 +125,6 @@ 5.4 # Pre and post install commands for Tazpkg. 5.5 post_install() 5.6 { 5.7 - sed "/MENU TITLE SliTaz GNU\/Linux/ s| [0-9X]*$| $(date +%Y%m%d)|" \ 5.8 + sed -i "/MENU TITLE SliTaz GNU\/Linux/ s| [0-9X]*$| $(date +%Y%m%d)|" \ 5.9 "$1/boot/isolinux/isolinux.cfg" 5.10 }
6.1 --- a/tazpkg/receipt Sun Nov 29 15:58:15 2015 +0000 6.2 +++ b/tazpkg/receipt Mon Nov 30 01:53:13 2015 +0200 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="tazpkg" 6.7 -VERSION="875" 6.8 +VERSION="876" 6.9 CATEGORY="base-system" 6.10 SHORT_DESC="SliTaz packages manager" 6.11 MAINTAINER="pankso@slitaz.org"
7.1 --- a/tazwikiss/receipt Sun Nov 29 15:58:15 2015 +0000 7.2 +++ b/tazwikiss/receipt Mon Nov 30 01:53:13 2015 +0200 7.3 @@ -64,6 +64,7 @@ 7.4 </DirectoryMatch> 7.5 EOT 7.6 if [ -z "$1" ]; then 7.7 + echo 7.8 # Start Web server. 7.9 /etc/init.d/apache stop 7.10 /etc/init.d/apache start 7.11 @@ -105,4 +106,5 @@ 7.12 /usr/lib/slitaz/httphelper.sh 7.13 EOT 7.14 echo "The default password to edit pages is 'test'" 7.15 + echo 7.16 }