From 1102bca97190a5c9f7f0aeaf5e0b3df1bfc15827 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Thu, 11 Sep 2008 08:33:02 +0200
Subject: Always using apt to install keyring packages (Closes: #498531).

---
 helpers/lh_chroot_sources | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'helpers/lh_chroot_sources')

diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index f7c4238ba..628406042 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
 
-- 
cgit v1.2.3