Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect-php:master commit in: /
Date: Wed, 26 Jul 2017 00:05:33
Message-Id: 1501026631.73eb1177d214d7d103b21162b45b45ed6117209f.mjo@gentoo
1 commit: 73eb1177d214d7d103b21162b45b45ed6117209f
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 25 23:50:31 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 25 23:50:31 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=73eb1177
7
8 Makefile.am: install the php-fpm.conf file with "make install".
9
10 Makefile.am | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/Makefile.am b/Makefile.am
14 index 2b3bf67..1abef9e 100644
15 --- a/Makefile.am
16 +++ b/Makefile.am
17 @@ -1,7 +1,9 @@
18 eselectdir = $(datadir)/eselect/modules
19 nodist_eselect_DATA = $(srcdir)/src/php.eselect
20 initdir = $(sysconfdir)/init.d
21 +confdir = $(sysconfdir)/conf.d
22 nodist_init_DATA = $(srcdir)/openrc/php-fpm
23 +nodist_conf_DATA = $(srcdir)/openrc/php-fpm.conf
24
25 # Without EXTRA_DIST, these files don't wind up in the tarball.
26 EXTRA_DIST = $(srcdir)/src/70_mod_php.conf.in openrc/*.*