diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-29 07:51:41 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-29 07:51:41 +0200 |
commit | 42cfa2bf03b83ac0203b20562b9b192298aaf3a8 (patch) | |
tree | 4ac98d481209501b2d825b53746f5874d133a211 /scripts | |
parent | d7b042aa03cc731a1ff7d52e41f00a6ac7ac0a67 (diff) | |
download | vyos-live-build-42cfa2bf03b83ac0203b20562b9b192298aaf3a8.tar.gz vyos-live-build-42cfa2bf03b83ac0203b20562b9b192298aaf3a8.zip |
Correcting wrong chroot call in chroot_archives, only affecting derivatives.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_chroot_archives | 2 |
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 |