From db40897a3b5d6b52419bdc2f5f8090bd1a8be948 Mon Sep 17 00:00:00 2001 From: Xircon Date: Sat, 21 Feb 2026 00:24:28 -0500 Subject: [PATCH] Fix for makepkg of PGP keys under root --- makeiso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeiso.sh b/makeiso.sh index 9f56b5e..dbfd644 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -7,7 +7,7 @@ echo Adding Keys git clone https://aur.archlinux.org/archlinux32-keyring.git cd archlinux32-keyring sudo useradd build -G wheel,storage -sudo chown -R build ./* +sudo chown -R build ./ sudo su build -c 'makepkg -si --skippgpcheck --noconfirm' cd .. sudo mv ./archlinux32-keyring/src/archlinux32-keyring*/archlinux32.pgp ./archlinux32-keyring/src/archlinux32-keyring*/pubring.pgp