From b48cc91c05b5e5925e0f9c9e6198ef03b8e64021 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Thu, 7 Dec 2023 22:29:11 +0100 Subject: [PATCH] images/archlinux: add missing mkdir --- images/archlinux/genimg | 1 + 1 file changed, 1 insertion(+) diff --git a/images/archlinux/genimg b/images/archlinux/genimg index 11dbc85..2b12460 100755 --- a/images/archlinux/genimg +++ b/images/archlinux/genimg @@ -135,6 +135,7 @@ EOF run_root chown build:build /home/build/.gitconfig # Nudge GnuPG to _not_ use the new keyboxd, it does not play nice with fakeroot # and hence breaks makepkg (the package signing part) +mkdir "$root"/etc/gnupg cat > "$root"/etc/gnupg/common.conf << EOF [ignore] use-keyboxd -- 2.38.5