aboutsummaryrefslogtreecommitdiffstats
path: root/community/libcouchbase
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-14 22:16:18 +0300
committerJakub Jirutka <jakub@jirutka.cz>2018-07-22 13:22:56 +0200
commitc34298c496320277f021e58171bb7ba6ea902eac (patch)
treeec31e4c5a2b46ac494dc5427cc5e566058281d8b /community/libcouchbase
parent9528c15a7edbc589f5fa9dadc40513f884e66e86 (diff)
downloadaports-c34298c496320277f021e58171bb7ba6ea902eac.tar.bz2
aports-c34298c496320277f021e58171bb7ba6ea902eac.tar.xz
community/libcouchbase: improve abuild
Diffstat (limited to 'community/libcouchbase')
-rw-r--r--community/libcouchbase/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/libcouchbase/APKBUILD b/community/libcouchbase/APKBUILD
index b59c0a6ed1..e8962a7e0f 100644
--- a/community/libcouchbase/APKBUILD
+++ b/community/libcouchbase/APKBUILD
@@ -31,7 +31,8 @@ check() {
}
package() {
- make -C "$builddir"/build install DESTDIR="$pkgdir"
+ cd "$builddir"/build
+ make install DESTDIR="$pkgdir"
}
dev() {