From 73eb1177d214d7d103b21162b45b45ed6117209f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 25 Jul 2017 19:50:31 -0400 Subject: Makefile.am: install the php-fpm.conf file with "make install". --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2b3bf67..1abef9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,9 @@ eselectdir = $(datadir)/eselect/modules nodist_eselect_DATA = $(srcdir)/src/php.eselect initdir = $(sysconfdir)/init.d +confdir = $(sysconfdir)/conf.d nodist_init_DATA = $(srcdir)/openrc/php-fpm +nodist_conf_DATA = $(srcdir)/openrc/php-fpm.conf # Without EXTRA_DIST, these files don't wind up in the tarball. EXTRA_DIST = $(srcdir)/src/70_mod_php.conf.in openrc/*.* -- cgit v1.2.3-65-gdbad