summaryrefslogtreecommitdiff
path: root/scripts/build/lb_chroot_archives
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-06-29 07:51:41 +0200
committerDaniel Baumann <daniel@debian.org>2011-06-29 07:51:41 +0200
commit42cfa2bf03b83ac0203b20562b9b192298aaf3a8 (patch)
tree4ac98d481209501b2d825b53746f5874d133a211 /scripts/build/lb_chroot_archives
parentd7b042aa03cc731a1ff7d52e41f00a6ac7ac0a67 (diff)
downloadvyos-live-build-42cfa2bf03b83ac0203b20562b9b192298aaf3a8.tar.gz
vyos-live-build-42cfa2bf03b83ac0203b20562b9b192298aaf3a8.zip
Correcting wrong chroot call in chroot_archives, only affecting derivatives.
Diffstat (limited to 'scripts/build/lb_chroot_archives')
-rwxr-xr-xscripts/build/lb_chroot_archives2
1 files changed, 1 insertions, 1 deletions
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