From 6a6af8348b46b08b2f2ea67f6916997c1b973919 Mon Sep 17 00:00:00 2001 From: Andy Blyler Date: Fri, 1 Apr 2016 01:27:48 -0500 Subject: testing/php7-lzf: fix issue with extension file name in ini --- testing/php7-lzf/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testing/php7-lzf') diff --git a/testing/php7-lzf/APKBUILD b/testing/php7-lzf/APKBUILD index b0a3395990..5b87125b00 100644 --- a/testing/php7-lzf/APKBUILD +++ b/testing/php7-lzf/APKBUILD @@ -2,9 +2,10 @@ # Maintainer: Fabio Ribeiro pkgname=php7-lzf _pkgreal=LZF +_pkgextname=lzf pkgver=1.6.5 _pkgver=${pkgver} -pkgrel=0 +pkgrel=1 pkgdesc="This package handles LZF de/compression." url="http://pecl.php.net/package/$_pkgreal" arch="all" @@ -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" -- cgit v1.2.3