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> | 2021-02-25 11:08:31 +0100 |
commit | ac1c58ecbcf0dee68685b9de6d0c84ce9d69a62e (patch) | |
tree | 0eb090f8a8c5ef5edf25b92fa7713e40230ac3d0 | |
parent | 00b0cecb21d28602ca577e262aa80d7054d5cc81 (diff) |
-rw-r--r-- | archbuild.in | 3 |
diff --git a/archbuild.in b/archbuild.in index 5b2d265..73796ba 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##*-} |