From 42cfa2bf03b83ac0203b20562b9b192298aaf3a8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 29 Jun 2011 07:51:41 +0200 Subject: Correcting wrong chroot call in chroot_archives, only affecting derivatives. --- scripts/build/lb_chroot_archives | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build') diff --git a/scripts/build/lb_chroot_archives b/scripts/build/lb_chroot_archives index 5c6d690f1..4b65365d5 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 -- cgit v1.2.3