diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-07 12:21:20 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-07 12:26:43 +0000 |
commit | cf7ad2eecfb498300c5d6f0e5873a7e5e6feaa51 (patch) | |
tree | 0e6850fbf5127491938189a253d5fab0cf4042ba /community/php7 | |
parent | aa88aed6e9cf88a3f54d3f1d195463205d9ffda0 (diff) | |
download | aports-cf7ad2eecfb498300c5d6f0e5873a7e5e6feaa51.tar.bz2 aports-cf7ad2eecfb498300c5d6f0e5873a7e5e6feaa51.tar.xz |
community/php7: symlink php-cgi
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 416b69e853..7067d076bc 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7 _pkgreal=php pkgver=7.0.17 -pkgrel=1 +pkgrel=2 pkgdesc="The PHP language runtime engine - 7th branch" url="http://www.php.net/" arch="all" @@ -260,6 +260,7 @@ cgi() { mkdir -p "$subpkgdir"/usr/bin mv "$pkgdir"/usr/bin/php-cgi7 "$subpkgdir"/usr/bin/ + ln -s php-cgi7 "$subpkgdir"/usr/bin/php-cgi } fpm() { |