aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-07 12:21:20 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-07 12:26:43 +0000
commitcf7ad2eecfb498300c5d6f0e5873a7e5e6feaa51 (patch)
tree0e6850fbf5127491938189a253d5fab0cf4042ba /community/php7/APKBUILD
parentaa88aed6e9cf88a3f54d3f1d195463205d9ffda0 (diff)
downloadaports-cf7ad2eecfb498300c5d6f0e5873a7e5e6feaa51.tar.bz2
aports-cf7ad2eecfb498300c5d6f0e5873a7e5e6feaa51.tar.xz
community/php7: symlink php-cgi
Diffstat (limited to 'community/php7/APKBUILD')
-rw-r--r--community/php7/APKBUILD3
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() {