mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
Merge pull request #5105 from val-kulkov/php7-package
php7-fpm: add configuration files to conffiles
This commit is contained in:
+8
-1
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=php
|
||||
PKG_VERSION:=7.1.11
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
||||
|
||||
@@ -457,6 +457,7 @@ CONFIGURE_VARS+= \
|
||||
|
||||
define Package/php7/conffiles
|
||||
/etc/php.ini
|
||||
/etc/php7/
|
||||
endef
|
||||
|
||||
define Package/php7/install
|
||||
@@ -500,6 +501,12 @@ define Package/php7-fpm/install
|
||||
$(INSTALL_BIN) ./files/php7-fpm.init $(1)/etc/init.d/php7-fpm
|
||||
endef
|
||||
|
||||
define Package/php7-fpm/conffiles
|
||||
/etc/php7-fpm.conf
|
||||
/etc/php7-fpm.d/
|
||||
/etc/config/php7-fpm
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
( cd $(PKG_BUILD_DIR); touch configure.in; ./buildconf --force )
|
||||
|
||||
Reference in New Issue
Block a user