From a4211f462c78d9d391d2812796762f94fa9640c8 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 7 Apr 2017 14:00:06 +0000 Subject: community/php7-pear-net_idna2: install in the PEAR dir --- community/php7-pear-net_idna2/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/php7-pear-net_idna2') diff --git a/community/php7-pear-net_idna2/APKBUILD b/community/php7-pear-net_idna2/APKBUILD index 35972c6f4f..db076def9e 100644 --- a/community/php7-pear-net_idna2/APKBUILD +++ b/community/php7-pear-net_idna2/APKBUILD @@ -3,7 +3,7 @@ _php=php7 pkgname=${_php}-pear-net_idna2 _realname=Net_IDNA2 pkgver=0.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Punycode encoding and decoding" url="http://pear.php.net/package/Net_IDNA2/" arch="noarch" @@ -18,7 +18,7 @@ build() { } package() { - _phpdir="usr/lib/${_php}" + _phpdir="usr/share/${_php}" cd "$builddir" mkdir -p "$pkgdir"/$_phpdir/PEAR && \ cp -R Net "$pkgdir"/$_phpdir/PEAR -- cgit v1.2.3