diff options
author | Kevin Daudt <ops@ikke.info> | 2016-12-22 06:10:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-22 08:15:26 +0000 |
commit | 36a9e41e3cb44781d54bfd70c8468db68ef1cfe3 (patch) | |
tree | 18d857b857a04e47b9f0dc71891657967b24e9ee /community/php7 | |
parent | e8dbce5136d730f8745e3547545813f609f691ea (diff) | |
download | aports-36a9e41e3cb44781d54bfd70c8468db68ef1cfe3.tar.bz2 aports-36a9e41e3cb44781d54bfd70c8468db68ef1cfe3.tar.xz |
community/php7: fix php7-common having a dependency on itself
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 5e68de3236..044bd1f7d8 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7 _pkgreal=php pkgver=7.0.14 -pkgrel=3 +pkgrel=4 pkgdesc="The PHP language runtime engine - 7th branch" url="http://www.php.net/" arch="all" @@ -296,6 +296,7 @@ pear() { common() { pkgdesc="$pkgdesc (common config)" + depends="" mkdir -p "$subpkgdir"/usr mv "$pkgdir"/usr/lib "$subpkgdir"/usr/ || return 1 |