From cf22e66117e8f9999f40d46a65807faf57718cf2 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 5 Oct 2016 01:34:36 +0200 Subject: testing/php7-couchbase: fix conf.d path --- testing/php7-couchbase/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/php7-couchbase') 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" -- cgit v1.2.3