diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2018-08-26 11:42:30 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-08-26 15:13:11 +0300 |
commit | 2ee00679c642f6af365e05427dc386c2fa3a0606 (patch) | |
tree | d46d779362379b933a838e8222c1bee52f36f77c /testing | |
parent | ce4b48cb11457dcff9c8114f0e5789c56a66e225 (diff) | |
download | aports-2ee00679c642f6af365e05427dc386c2fa3a0606.tar.bz2 aports-2ee00679c642f6af365e05427dc386c2fa3a0606.tar.xz |
testing/php7-protobuf: fix missing ini file
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7-protobuf/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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" |