From 6bcf466f10684338a6bb898b4faebaab3cfa9e30 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Sat, 13 Feb 2021 05:02:33 +0200 Subject: testing/php8-pecl-gmagick: fix config dir --- testing/php8-pecl-gmagick/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/php8-pecl-gmagick/APKBUILD b/testing/php8-pecl-gmagick/APKBUILD index 4b71661b277..71e8743a4f6 100644 --- a/testing/php8-pecl-gmagick/APKBUILD +++ b/testing/php8-pecl-gmagick/APKBUILD @@ -4,7 +4,7 @@ pkgname=php8-pecl-gmagick _pkgreal=gmagick pkgver=2.0.6_rc1 _pkgver=${pkgver/_rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="PHP 8 bindings to the GraphicsMagick library - PECL" url="https://pecl.php.net/package/gmagick" arch="all" @@ -36,7 +36,7 @@ check() { package() { make INSTALL_ROOT="$pkgdir" install - local _confdir="$pkgdir"/etc/php7/conf.d + local _confdir="$pkgdir"/etc/php8/conf.d install -d $_confdir echo "extension=$_pkgreal" > $_confdir/$_pkgreal.ini } -- cgit v1.2.3