diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7-couchbase/APKBUILD | 4 |
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" |