summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2017-07-25 19:50:31 -0400
committerMichael Orlitzky <mjo@gentoo.org>2017-07-25 19:50:31 -0400
commit73eb1177d214d7d103b21162b45b45ed6117209f (patch)
tree8d0c83050208ce099137bbfadd86e51234d050a2
parentRename OpenRC init script and config file. (diff)
downloadeselect-php-73eb1177d214d7d103b21162b45b45ed6117209f.tar.gz
eselect-php-73eb1177d214d7d103b21162b45b45ed6117209f.tar.bz2
eselect-php-73eb1177d214d7d103b21162b45b45ed6117209f.zip
Makefile.am: install the php-fpm.conf file with "make install".
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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/*.*