index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-07-16 11:52:51 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-12-12 08:09:01 +0100 |
commit | fe5dfb0bf534f36eeb79a2ab2edd1a0a263e6b15 (patch) | |
tree | 65444d7db2a9e42d0a3f05c8596034751efc33be | |
parent | 7c8812af3289adaefe79e057401aa461d10e0cc0 (diff) |
-rw-r--r-- | archbuild.in | 3 |
diff --git a/archbuild.in b/archbuild.in index 5699ed9..6cdd790 100644 --- a/archbuild.in +++ b/archbuild.in @@ -13,6 +13,9 @@ if [[ "${cmd%%-*}" == 'multilib' ]]; then arch='x86_64' base_packages+=(multilib-devel) else + if [[ "${cmd%%-*}" == 'archlinuxewe' ]]; then + base_packages+=(local-certificates) + fi tag="${cmd%-build}" repo=${tag%-*} arch=${tag##*-} |