[SCM] live-build branch, debian, updated. debian/3.0_a22-1-2-g3bf765d

Daniel Baumann daniel at debian.org
Wed Jun 29 05:58:27 UTC 2011


The following commit has been merged in the debian branch:
commit 42cfa2bf03b83ac0203b20562b9b192298aaf3a8
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jun 29 07:51:41 2011 +0200

    Correcting wrong chroot call in chroot_archives, only affecting derivatives.

diff --git a/scripts/build/lb_chroot_archives b/scripts/build/lb_chroot_archives
index 5c6d690..4b65365 100755
--- a/scripts/build/lb_chroot_archives
+++ b/scripts/build/lb_chroot_archives
@@ -500,7 +500,7 @@ EOF
 				if [ "${LB_DERIVATIVE}" = "true" ]
 				then
 					# Temporary hack (FIXME)
-					Chroot "apt-get ${APT_OPTIONS} --force-yes install ${LB_KEYRING_PACKAGES}"
+					Chroot chroot "apt-get ${APT_OPTIONS} --force-yes install ${LB_KEYRING_PACKAGES}"
 				else
 					Apt chroot "install ${LB_KEYRING_PACKAGES}"
 				fi

-- 
live-build



More information about the debian-live-changes mailing list