2022-08-12 02:04:10 +00:00
|
|
|
From 25cb666403f4c12fed5885b148237ac5a108ec04 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
|
2021-10-01 23:34:58 +00:00
|
|
|
Subject: [PATCH 6/8] 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
|
2022-08-12 02:04:10 +00:00
|
|
|
index e6cf19a..490bd09 100644
|
2014-12-30 02:41:19 +00:00
|
|
|
--- a/archbuild.in
|
|
|
|
+++ b/archbuild.in
|
2022-08-12 02:04:10 +00:00
|
|
|
@@ -75,7 +75,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}"
|
2021-10-01 23:34:58 +00:00
|
|
|
(umask 0022; mkdir -p "${chroots}/${repo}-${arch}")
|
2022-08-12 02:04:10 +00:00
|
|
|
- setarch "${set_arch}" mkarchroot \
|
2014-02-16 13:02:19 +00:00
|
|
|
+ mkarchroot \
|
2019-09-21 15:13:45 +00:00
|
|
|
-C "${pacman_config}" \
|
|
|
|
-M "${makepkg_config}" \
|
2014-02-16 13:02:19 +00:00
|
|
|
"${chroots}/${repo}-${arch}/root" \
|
2014-12-30 02:41:19 +00:00
|
|
|
--
|
2022-08-12 02:04:10 +00:00
|
|
|
2.36.1
|
2014-12-30 02:41:19 +00:00
|
|
|
|