Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/coreutils/PKGBUILD
blob: 5385a8528da8b5dfa0a9cd21c12b59386953abf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 486-specific
if [ "${CARCH}" = "i486" ]; then
  # make uname return i486 instead of i686 when used with setarch
  source+=('coreutils-9.5-uname-i486.patch')
  sha256sums+=('9c8b9c88a2f737808ef43dca4c7ea03c638930e33f3c01e7c407ec6f9f67f218')
fi

# FS#66506: temporarily ignore test-login failure
eval "$(
  declare -f check | \
    sed '
      s/make check/make check || true/
    '
)"