commit: 73eb1177d214d7d103b21162b45b45ed6117209f Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Jul 25 23:50:31 2017 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Jul 25 23:50:31 2017 +0000 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=73eb1177
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/*.*
