index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archbuild.in | 3 |
diff --git a/archbuild.in b/archbuild.in index ef59073..3cca362 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##*-} |