archbuild: no setarch

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

View File

@ -95,7 +95,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" \