summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-29 15:53:52 +0200
committerErich Eckner <git@eckner.net>2018-05-29 15:53:52 +0200
commitbf3f54b48ccfdc4c96d964c59c4e20bc7d23e4ff (patch)
tree707c9d971163dfbaa5452bb53bd3810305d71edc
parent472b0e98a87c9fc942db930a4d5c3f34a88d2169 (diff)
makechrootpkg: refresh-keys before buildingarchlinux32/v20180529
-rw-r--r--makechrootpkg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in
index c584089..d3b9533 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