summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f683d4d513dd..b1cb0162e2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ build() {
check() {
cd "$srcdir/$_gitname"
- cd build
+ cd $_builddir
# Run unit_tests test separately to exclude DNS tests which often fail with
# DNS nameservers configured on some systems (#2172)