diff options
-rwxr-xr-x | helpers/lh_chroot_sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_chroot_sources b/helpers/lh_chroot_sources index d0fc8168b..cecba9593 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 |