From ed6d9e8c8c3a6ab4c70eec28fa0326d33178229b Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sat, 20 Sep 2008 19:17:04 +0200
Subject: Adding explicit --yes to apt-get call when installing keyring
 packages (previously, this was inherited through Apt(); wrapper) (Closes:
 #499625).

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

diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index 6284060..7ff87ac 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
-				Chroot "apt-get --force-yes install ${LH_KEYRING_PACKAGES}"
+				Chroot "apt-get --yes --force-yes install ${LH_KEYRING_PACKAGES}"
 				Apt update
 			fi
 
-- 
cgit v1.0