summaryrefslogtreecommitdiff
path: root/extra/python-setuptools/PKGBUILD
blob: 08ae23c32706a48873dcca1e35bbba3125500295 (plain)
1
2
3
4
5
6
7
8
9
10
# create directory before installing (otherwise installing fails)
eval "$(
  declare -f package | \
    sed '
      4 i mkdir build/scripts-3.10
    '
)"

# temporary during bootstrap
unset check