summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-01-17 22:13:37 +0100
committerNarrat2020-01-17 22:13:37 +0100
commitd655e3559b84487f37b30989c541e551343dc6b1 (patch)
tree4c2b9c5d7b7dc3660d31278d584585ad8f190dbf
parent1a1f01be058e4a307de807a6b530109b4770dbd5 (diff)
downloadaur-d655e3559b84487f37b30989c541e551343dc6b1.tar.gz
one srcdir is still required
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf4fad0532f2..b25a11036663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ build() {
cd "${_name}-py2-${pkgver}"
python2 setup.py build
- cd "${_name}-${pkgver}"
+ cd "${srcdir}/${_name}-${pkgver}"
python setup.py build
}