From 1a3f5fb89d630412a081cf3350835b7070a97784 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 29 May 2018 15:53:52 +0200 Subject: makechrootpkg: refresh-keys before building --- makechrootpkg.in | 1 + 1 file changed, 1 insertion(+) diff --git a/makechrootpkg.in b/makechrootpkg.in index adaa758..2584bcd 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -223,6 +223,7 @@ _chrootbuild() { # otherwise we might have missing keys pacman-key --populate + pacman-key --refresh-keys # Beware, there are some stupid arbitrary rules on how you can # use "$" in arguments to commands with "sudo -i". ${foo} or -- cgit v1.2.2