summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBigfootACA2021-03-27 23:58:52 +0800
committerBigfootACA2021-03-27 23:58:52 +0800
commitc8da2c75a4bec77fea13f947dcbafd1364387dd4 (patch)
tree1db186856b4e265de155488ab7e4908444853dd7
parent3528a245c85b445a589817f2eb791e030325d37b (diff)
downloadaur-c8da2c75a4bec77fea13f947dcbafd1364387dd4.tar.gz
fix code
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35438222bd1c..ef8b1db06d4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,7 @@ build(){
}
check(){
- cd "$srcdir"/$_pyname-$pkgver
+ cd $_pyname-$pkgver
ostestr --color --slowest --blacklist_file exclusion_py3.txt
}