Correcting wrong chroot call in chroot_archives, only affecting derivatives.

This commit is contained in:
Daniel Baumann 2011-06-29 07:51:41 +02:00
parent d7b042aa03
commit 42cfa2bf03
1 changed files with 1 additions and 1 deletions

View File

@ -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