summaryrefslogtreecommitdiffstats
path: root/archbuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'archbuild.in')
-rw-r--r--archbuild.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/archbuild.in b/archbuild.in
index 92d2554..5b5ab21 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -58,6 +58,13 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then
-M "@pkgdatadir@/makepkg-${arch}.conf" \
"${chroots}/${repo}-${arch}/root" \
"${base_packages[@]}"
+
+ # FIXME: temporary workaround until pacman 4.0 moves to [core]
+ case $repo in
+ core|extra|community|multilib)
+ sed -r '/^SigLevel.*/d' -i "${chroots}/${repo}-${arch}/root/etc/pacman.conf"
+ ;;
+ esac
else
setarch ${arch} mkarchroot \
-u \