archbuild: no setarch

This commit is contained in:
Kevin Mihelich 2014-12-28 22:34:04 -07:00 committed by Marius Kittler
parent 1ee3bda92e
commit 8cbe4c7f7d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then
rm -rf --one-file-system "${chroots}/${repo}-${arch}"
mkdir -m755 -p "${chroots}/${repo}-${arch}"
setarch "${arch}" mkarchroot \
mkarchroot \
-C "${pacman_config}" \
-M "${makepkg_config}" \
"${chroots}/${repo}-${arch}/root" \