index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-12-01 19:36:23 -0500 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-16 14:32:13 +0200 |
commit | 5284ae9c7461ce19ece4d526734648a0e8237758 (patch) | |
tree | 7ae2c575993080b653fb84808daf2e3fdac575b9 /makechrootpkg.in | |
parent | 20806cebc1da4ecad7a0574a040180a5477b2f15 (diff) |
-rw-r--r-- | makechrootpkg.in | 3 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index 97a6ea4..9cd6518 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -215,6 +215,9 @@ _chrootbuild() { # shellcheck source=/dev/null . /etc/profile + # otherwise we might have missing keys + pacman-key --populate + # Beware, there are some stupid arbitrary rules on how you can # use "$" in arguments to commands with "sudo -i". ${foo} or # ${1} is OK, but $foo or $1 isn't. |