index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-08-19 22:12:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-19 09:39:54 +0100 |
commit | 418d24eebbf9e6a7715a1abf602c0cbfff4dfba9 (patch) | |
tree | 02b0ad2282db43bb544fe78f41839d580f7a5886 /makechrootpkg.in | |
parent | 0fe31dd8395c5b6769839c60a11d135ecc408270 (diff) |
-rw-r--r-- | makechrootpkg.in | 3 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index 3fc0262..e8335ce 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -212,6 +212,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. |