[SCM] Debian Live build scripts branch, master, updated. 1.0.0-2-33-g5210bf6

Daniel Baumann daniel at debian.org
Thu Sep 11 06:33:35 UTC 2008


The following commit has been merged in the master branch:
commit 5210bf669d39221b42b0891775bdc023f188f396
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Sep 11 08:33:02 2008 +0200

    Always using apt to install keyring packages (Closes: #498531).

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
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list