summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2020-04-26 09:38:33 +0800
committerUniversebenzene2020-04-26 09:38:33 +0800
commit0cf0283cf410569ab8a1f47b7a09f6fd0046f52b (patch)
treef2bb1c94395830ecebf8b6a0abce881feea43e33 /PKGBUILD
parentfc989cd295bb2c85380e2e1948262e16c9eea598 (diff)
downloadaur-0cf0283cf410569ab8a1f47b7a09f6fd0046f52b.tar.gz
Correct for i686
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e9e1be74704..1bf75c3cf669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ check() {
cd ${srcdir}/${_pyname}-${pkgver}
# python setup.py test
- cp "build/lib.linux-x86_64-${_pyver}/${_pyname}/salt2utils.cpython-${_pyver/./}-x86_64-linux-gnu.so" "${_pyname}"
+ cp "build/lib.linux-${CARCH}-${_pyver}/${_pyname}/salt2utils.cpython-${_pyver/./}-${CARCH}-linux-gnu.so" "${_pyname}"
pytest
}