~alpine/aports

testing/php7-lzf: fix issue with extension file name in ini v1 PROPOSED

Andy Blyler: 1
 testing/php7-lzf: fix issue with extension file name in ini

 1 files changed, 2 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2774/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/php7-lzf: fix issue with extension file name in ini Export this patch

---
 testing/php7-lzf/APKBUILD | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/php7-lzf/APKBUILD b/testing/php7-lzf/APKBUILD
index b0a3395..9cfaca7 100644
--- a/testing/php7-lzf/APKBUILD
+++ b/testing/php7-lzf/APKBUILD
@@ -2,6 +2,7 @@
# Maintainer: Fabio Ribeiro <fabiorphp@gmail.com>
pkgname=php7-lzf
_pkgreal=LZF
_pkgextname=lzf
pkgver=1.6.5
_pkgver=${pkgver}
pkgrel=0
@@ -29,7 +30,7 @@ package() {
	cd "$builddir"
	make INSTALL_ROOT="$pkgdir"/ install || return 1
	install -d "$pkgdir"/etc/php7/conf.d || return 1
	echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini
	echo "extension=$_pkgextname.so" > "$pkgdir"/etc/php7/conf.d/50_$_pkgreal.ini
}

md5sums="d02dc10685fc071d7fc988508f3c3aa8  LZF-1.6.5.tgz"
-- 
2.8.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---