[SCM] debian-live branch, master, updated. 1.0_a47-1-69-ge0160b3

Chris Lamb chris at chris-lamb.co.uk
Wed Jul 9 14:48:14 UTC 2008


The following commit has been merged in the master branch:
commit 77e3602fa4f663e70189b24b3649f71761f90ce5
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Wed Jul 9 15:40:39 2008 +0100

    Ensure ~/.gnupg exists (required for gnupg >= ~1.4.9)
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources
index d0fc816..cecba95 100755
--- a/helpers/lh_chroot_sources
+++ b/helpers/lh_chroot_sources
@@ -124,6 +124,9 @@ case "${1}" in
 						_LH_DOTGNUPG_EXISTED=1
 					fi
 
+					# Ensure ~/.gnupg exists (required for gnupg >= ~1.4.9)
+					mkdir -p chroot/root/.gnupg
+
 					if ls cache/local-package-keyring.* >/dev/null 2>&1
 					then
 						cp cache/local-package-keyring.* chroot/root

-- 
debian-live



More information about the debian-live-changes mailing list