PKGBUILDs/alarm/devtools-alarm/0006-archbuild-no-setarch.patch

26 lines
750 B
Diff
Raw Normal View History

2018-05-31 18:51:19 +00:00
From d6bb1126569810ed4bdb895ad26f7a6b8e63419e 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
2018-05-31 18:51:19 +00:00
Subject: [PATCH 6/7] 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
2018-05-31 18:51:19 +00:00
index 1e5b582..fbfe8e7 100644
2014-12-30 02:41:19 +00:00
--- a/archbuild.in
+++ b/archbuild.in
2017-12-13 01:42:01 +00:00
@@ -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" \
2014-12-30 02:41:19 +00:00
--
2018-05-29 00:55:47 +00:00
2.16.2
2014-12-30 02:41:19 +00:00