mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
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'
|
# Template build file for 'php'
|
||||||
pkgname=php
|
pkgname=php
|
||||||
version=7.0.3
|
version=7.0.3
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="An HTML-embedded scripting language"
|
short_desc="An HTML-embedded scripting language"
|
||||||
license="PHP"
|
license="PHP"
|
||||||
homepage="http://www.php.net"
|
homepage="http://www.php.net"
|
||||||
|
@ -173,8 +173,7 @@ php-apache_package() {
|
||||||
php-fpm_package() {
|
php-fpm_package() {
|
||||||
short_desc+=' - FastCGI Process Manager'
|
short_desc+=' - FastCGI Process Manager'
|
||||||
depends="php-${version}_${revision}"
|
depends="php-${version}_${revision}"
|
||||||
conf_files="/etc/php/php-fpm.conf"
|
conf_files="/etc/php/php-fpm.conf /etc/php/php-fpm.d/*"
|
||||||
make_dirs="/etc/php/fpm.d 0755 root root"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
cd ${wrksrc}/build
|
cd ${wrksrc}/build
|
||||||
make INSTALL_ROOT=${PKGDESTDIR} install-fpm
|
make INSTALL_ROOT=${PKGDESTDIR} install-fpm
|
||||||
|
|
Loading…
Add table
Reference in a new issue