summaryrefslogtreecommitdiff
path: root/core/coreutils/PKGBUILD
diff options
context:
space:
mode:
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
+