2015-12-05 17:10:02 +00:00
|
|
|
From 515e0bd96effaf05e0e407570cf04947e9b9a684 Mon Sep 17 00:00:00 2001
|
2014-12-30 02:41:19 +00:00
|
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
Date: Sun, 28 Dec 2014 22:34:04 -0700
|
2015-12-05 17:10:02 +00:00
|
|
|
Subject: [PATCH 6/6] archbuild: no setarch
|
2014-12-30 02:41:19 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
archbuild.in | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/archbuild.in b/archbuild.in
|
|
|
|
index 9c5d706..a4b5bed 100644
|
|
|
|
--- a/archbuild.in
|
|
|
|
+++ b/archbuild.in
|
|
|
|
@@ -62,7 +62,7 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then
|
2014-02-16 13:02:19 +00:00
|
|
|
|
|
|
|
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" \
|
2014-12-30 02:41:19 +00:00
|
|
|
--
|
2015-12-05 17:10:02 +00:00
|
|
|
2.6.2
|
2014-12-30 02:41:19 +00:00
|
|
|
|