diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-07 14:00:06 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-07 14:00:06 +0000 |
commit | a4211f462c78d9d391d2812796762f94fa9640c8 (patch) | |
tree | 2787db51b999f416407a374d6892ca9d9996b3aa /community/php7-pear-net_idna2 | |
parent | fdd15dbaaef1b8071ddf3c776ff08e4ff5828b34 (diff) | |
download | aports-a4211f462c78d9d391d2812796762f94fa9640c8.tar.bz2 aports-a4211f462c78d9d391d2812796762f94fa9640c8.tar.xz |
community/php7-pear-net_idna2: install in the PEAR dir
Diffstat (limited to 'community/php7-pear-net_idna2')
-rw-r--r-- | community/php7-pear-net_idna2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 |