aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2018-08-26 11:50:53 +0000
committerAndy Postnikov <apostnikov@gmail.com>2018-08-26 15:15:12 +0300
commit32d8020caa0f544b371879496a2582d31c77ae65 (patch)
treea40707853fa9965425b9d9976f193c053a919b98
parent2ee00679c642f6af365e05427dc386c2fa3a0606 (diff)
downloadaports-32d8020caa0f544b371879496a2582d31c77ae65.tar.bz2
aports-32d8020caa0f544b371879496a2582d31c77ae65.tar.xz
testing/php7-varnish: fix missing ini file
-rw-r--r--testing/php7-varnish/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-varnish/APKBUILD b/testing/php7-varnish/APKBUILD
index 9267fc8e03..1e704a2c10 100644
--- a/testing/php7-varnish/APKBUILD
+++ b/testing/php7-varnish/APKBUILD
@@ -3,7 +3,7 @@
pkgname=php7-varnish
_pkgreal=varnish
pkgver=1.2.4
-pkgrel=0
+pkgrel=1
pkgdesc="PHP7 extension: makes it possible to interact with a running varnish instance through TCP socket or shared memory."
url="https://pecl.php.net/package/varnish"
arch="all"
@@ -29,7 +29,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="23c39c432bdd7c932c8096ed7946300d08fd33b6d4445e5025dddcdd669ca707e045fad565e4201e46d14f82659ae34b8efe5178d06bf0d11d0755b14eb48fed varnish-1.2.4.tgz"