archbuild: no setarch

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

View File

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