diff options
-rw-r--r-- | makechrootpkg.in | 1 |
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 |