aboutsummaryrefslogtreecommitdiffstats
path: root/main/pkgconf/APKBUILD
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-03-27 19:37:33 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-03-27 19:38:11 +0000
commit7b2d42793c2570685243ebf60622dd57314a4e95 (patch)
tree2357a08f5c298e55381c387b37e82a5c2f269319 /main/pkgconf/APKBUILD
parent985a68fe2502230e03ac36d42ce30a2266d93401 (diff)
downloadaports-7b2d42793c2570685243ebf60622dd57314a4e95.tar.bz2
aports-7b2d42793c2570685243ebf60622dd57314a4e95.tar.xz
main/pkgconf: add missing cd $builddir step, caught by new fakeroot tests patch
Diffstat (limited to 'main/pkgconf/APKBUILD')
-rw-r--r--main/pkgconf/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/pkgconf/APKBUILD b/main/pkgconf/APKBUILD
index 4b1e871983..895257128b 100644
--- a/main/pkgconf/APKBUILD
+++ b/main/pkgconf/APKBUILD
@@ -30,6 +30,7 @@ build() {
}
check() {
+ cd "$builddir"
make check || return 1
}