summaryrefslogtreecommitdiff
path: root/community/borg/PKGBUILD
blob: 9f44793661d622f85b48ab6be64e71ede850295a (plain)
1
2
3
4
5
6
7
8
9
# CARCH -> pentium4 bug
if [ "${CARCH}" = "pentium4" ]; then
  eval "$(
    declare -f check | \
      sed '
        /cd/s/$CARCH/i686/
      '
  )"
fi