Correcting wrong chroot call in chroot_archives, only affecting derivatives.
This commit is contained in:
parent
d7b042aa03
commit
42cfa2bf03
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue