summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_sources
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-09-11 08:33:02 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:41 +0100
commit1102bca97190a5c9f7f0aeaf5e0b3df1bfc15827 (patch)
tree775f3d81b71a98307c9569b8437fbcc175520068 /helpers/lh_chroot_sources
parente8bb0a03e9af4912aabcf0ac0d7bb81cd2f9bf5e (diff)
downloadlive-build-1102bca97190a5c9f7f0aeaf5e0b3df1bfc15827.zip
live-build-1102bca97190a5c9f7f0aeaf5e0b3df1bfc15827.tar.gz
Always using apt to install keyring packages (Closes: #498531).
Diffstat (limited to 'helpers/lh_chroot_sources')
-rwxr-xr-xhelpers/lh_chroot_sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index f7c4238..6284060 100755
--- a/helpers/lh_chroot_sources
+++ b/helpers/lh_chroot_sources
@@ -297,7 +297,7 @@ case "${1}" in
# Installing keyring packages
if [ -n "${LH_KEYRING_PACKAGES}" ]
then
- Apt --force-yes install "${LH_KEYRING_PACKAGES}"
+ Chroot "apt-get --force-yes install ${LH_KEYRING_PACKAGES}"
Apt update
fi