aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-couchbase
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-05 01:34:36 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-05 01:34:36 +0200
commitcf22e66117e8f9999f40d46a65807faf57718cf2 (patch)
tree96936f87a1983a45d36aec9b8002071f319e19d2 /testing/php7-couchbase
parentcd204f25354de59d070e16a8fa06f9e611c6cf9b (diff)
downloadaports-cf22e66117e8f9999f40d46a65807faf57718cf2.tar.bz2
aports-cf22e66117e8f9999f40d46a65807faf57718cf2.tar.xz
testing/php7-couchbase: fix conf.d path
Diffstat (limited to 'testing/php7-couchbase')
-rw-r--r--testing/php7-couchbase/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-couchbase/APKBUILD b/testing/php7-couchbase/APKBUILD
index 3224961091..d119a59152 100644
--- a/testing/php7-couchbase/APKBUILD
+++ b/testing/php7-couchbase/APKBUILD
@@ -25,8 +25,8 @@ build() {
package() {
cd "$builddir"
make INSTALL_ROOT="$pkgdir"/ install || return 1
- install -d "$pkgdir"/etc/php5/conf.d || return 1
- echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php5/conf.d/$_pkgreal.ini
+ install -d "$pkgdir"/etc/php7/conf.d || return 1
+ echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini
}
md5sums="f58ee1596ade978832f033f2e1662579 php7-couchbase-2.2.3.tgz"