summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredfish2017-10-07 13:12:44 -0400
committerredfish2017-10-07 13:12:44 -0400
commit92e35202d7fd8b58f50bbe1c5543b45485470880 (patch)
tree1b89c12f3543da70c2c591e643fdb1c2ee419030 /PKGBUILD
parent8ecac2e830c8e0928e57f3138933cb1a5d02d628 (diff)
downloadaur-92e35202d7fd8b58f50bbe1c5543b45485470880.tar.gz
use $_builddir var everywhere
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)