summaryrefslogtreecommitdiff
path: root/community/kernel-headers-musl/PKGBUILD
blob: af11129f3ff308c44c17c2d3b6a1fa4693e6b031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# set x86 for all our sub-architectures
# (we should actually patch ${_CARCH}, but this is too complicated for me)

eval "$(
  declare -f build | \
    sed '
      s/ARCH=${_CARCH}/ARCH=x86/g
    '
)"

eval "$(
  declare -f package | \
    sed '
      s/ARCH=${_CARCH}/ARCH=x86/g
    '
)"