index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Pierre Schmitz <pierre@archlinux.de> | 2011-10-29 21:46:19 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-10-29 21:46:19 +0200 |
commit | e333a4da817678370d1d39f00bba75000643cf6b (patch) | |
tree | ac05334782d0d449af2e7e335ba3e595efd63007 /archbuild.in | |
parent | 86045b965e0b8439bc94d7af7c8bd5d1e6ea3fe2 (diff) |
-rw-r--r-- | archbuild.in | 7 |
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 \ |