php: add /etc/php/php-fpm.d/* to php-fpm conf_files; remove stale subpkg symlink.
This commit is contained in:
parent
0a0324adda
commit
bead04924a
2 changed files with 2 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
php
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'php'
|
||||
pkgname=php
|
||||
version=7.0.3
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="An HTML-embedded scripting language"
|
||||
license="PHP"
|
||||
homepage="http://www.php.net"
|
||||
|
@ -173,8 +173,7 @@ php-apache_package() {
|
|||
php-fpm_package() {
|
||||
short_desc+=' - FastCGI Process Manager'
|
||||
depends="php-${version}_${revision}"
|
||||
conf_files="/etc/php/php-fpm.conf"
|
||||
make_dirs="/etc/php/fpm.d 0755 root root"
|
||||
conf_files="/etc/php/php-fpm.conf /etc/php/php-fpm.d/*"
|
||||
pkg_install() {
|
||||
cd ${wrksrc}/build
|
||||
make INSTALL_ROOT=${PKGDESTDIR} install-fpm
|
||||
|
|
Loading…
Reference in a new issue