summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBigfootACA2021-03-27 23:57:51 +0800
committerBigfootACA2021-03-27 23:57:51 +0800
commitea94a173e5353b32d88b6615263664d30e9292b7 (patch)
tree9c3f42a169a30d99bfc8ba1522624c66b3781c1e
parent65f7014d529734efd09a487692966644b5942fb0 (diff)
downloadaur-ea94a173e5353b32d88b6615263664d30e9292b7.tar.gz
fix code
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67e0c6cc4f84..1dd52a028f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ build(){
}
check(){
- cd "$srcdir"/$_pyname-$pkgver
+ cd $_pyname-$pkgver
stestr run
}