From 2ee00679c642f6af365e05427dc386c2fa3a0606 Mon Sep 17 00:00:00 2001 From: Stuart Cardall Date: Sun, 26 Aug 2018 11:42:30 +0000 Subject: testing/php7-protobuf: fix missing ini file --- testing/php7-protobuf/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/php7-protobuf/APKBUILD b/testing/php7-protobuf/APKBUILD index 3bb09635ca..54d7c56e0a 100644 --- a/testing/php7-protobuf/APKBUILD +++ b/testing/php7-protobuf/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-protobuf _pkgreal=protobuf pkgver=3.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="PHP7 extension: Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data." url="https://pecl.php.net/package/protobuf" arch="all" @@ -25,7 +25,7 @@ package() { cd "$builddir" make INSTALL_ROOT="$pkgdir" install install -d "$pkgdir"/etc/php7/conf.d - echo "extension=$_pkgreal.so" "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini + echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } sha512sums="d061a0031e4819125d8b73b7aca5aa5a112944621409956500b59fb01855f6e8e092fa1c7dbfe3439c0daee7e65b1d915dd9ddf85e13767b99f69987638f2c72 protobuf-3.6.1.tgz" -- cgit v1.2.3