tazwok diff chroot-scripts/cook-toolchain @ rev 334

Last commit here: tazwok is no more experimental
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 22 01:56:15 2011 +0100 (2011-02-22)
parents 32b8fbc44418
children db18d2db42c2
line diff
     1.1 --- a/chroot-scripts/cook-toolchain	Sun Feb 20 02:51:27 2011 +0100
     1.2 +++ b/chroot-scripts/cook-toolchain	Tue Feb 22 01:56:15 2011 +0100
     1.3 @@ -14,7 +14,7 @@
     1.4  report step "Initializing tools & environment"
     1.5  
     1.6  # Theses fours packages will be needed later.
     1.7 -for p in libtaz tazwok-experimental slitaz-base-files tazpkg; do
     1.8 +for p in libtaz tazwok slitaz-base-files tazpkg; do
     1.9  	tazwok cook $p
    1.10  done
    1.11  
    1.12 @@ -108,7 +108,7 @@
    1.13  mkdir -p /tmp/backup/var/lib/tazpkg
    1.14  sed 's/^AUTO_INSTALL_DEPS="yes"/AUTO_INSTALL_DEPS="no"/' -i \
    1.15  	/etc/slitaz/tazpkg.conf
    1.16 -BASE_PKGS="tazpkg tazwok-experimental slitaz-base-files libtaz"
    1.17 +BASE_PKGS="tazpkg tazwok slitaz-base-files libtaz"
    1.18  for i in $BASE_PKGS; do
    1.19  	echo N | tazpkg get-install $i --root=/tmp/backup --forced
    1.20  done
    1.21 @@ -166,6 +166,6 @@
    1.22  # of the presence of new executables even if they're first in
    1.23  # $PATH.
    1.24  
    1.25 -cat /tmp/toolchain.list | while read PACKAGE; do
    1.26 +cat /tmp/cooklist | while read PACKAGE; do
    1.27  	tazwok cook $PACKAGE || exit 1
    1.28  done