summaryrefslogtreecommitdiff
path: root/core/coreutils/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-01-28 21:43:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-01-28 21:43:43 +0100
commit0c37ad8eb9f60b0e2be5d3361ee2ff74a53462a8 (patch)
tree1b0043ceb8af7209d09f9b2c492a7fdfe44b593a /core/coreutils/PKGBUILD
parent3a496e0d8ed2a6d80829092f50fdc0512bc43ec1 (diff)
downloadpackages-0c37ad8eb9f60b0e2be5d3361ee2ff74a53462a8.tar.xz
core/coreutils: added patch for uname -m return i486 on i486
Diffstat (limited to 'core/coreutils/PKGBUILD')
-rw-r--r--core/coreutils/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/coreutils/PKGBUILD b/core/coreutils/PKGBUILD
new file mode 100644
index 00000000..b44c7b41
--- /dev/null
+++ b/core/coreutils/PKGBUILD
@@ -0,0 +1,7 @@
+# 486-specific
+if [ "${CARCH}" = "i486" ]; then
+ # make uname return i486 instead of i686 when used with setarch
+ source+=('coreutils-8.30-uname-i486.patch')
+ md5sums+=('92eefec217ca59608a2e1b9ae7debf64')
+fi
+