archbuild: no setarch

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

View File

@ -60,7 +60,7 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then
rm -rf --one-file-system "${chroots}/${repo}-${arch}"
mkdir -p "${chroots}/${repo}-${arch}"
setarch "${arch}" mkarchroot \
mkarchroot \
-C "@pkgdatadir@/pacman-${repo}.conf" \
-M "@pkgdatadir@/makepkg-${arch}.conf" \
"${chroots}/${repo}-${arch}/root" \