aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-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"