commit:     cb16f05a22acaf933a4204f6fa1d6bc3eb1a966a
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 00:03:35 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 00:03:35 2017 +0000
URL:        https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=cb16f05a

Makefile.am: mark openrc/php-fpm as a script and not as data.

 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 1abef9e..15b0ca8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ 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_init_SCRIPTS = $(srcdir)/openrc/php-fpm
 nodist_conf_DATA = $(srcdir)/openrc/php-fpm.conf
 
 # Without EXTRA_DIST, these files don't wind up in the tarball.
@@ -23,7 +23,7 @@ edit = sed -e 's|@BINDIR[@]|$(bindir)|g' \
            -e 's|@LOCALSTATEDIR[@]|$(localstatedir)|g' \
            -e 's|@SYSCONFDIR[@]|$(sysconfdir)|g'
 
-$(nodist_eselect_DATA) $(nodist_apacheconf_DATA) $(nodist_init_DATA): Makefile
+$(nodist_eselect_DATA) $(nodist_apacheconf_DATA) $(nodist_init_SCRIPTS): 
Makefile
        rm -f $@ [email protected]
        srcdir=''; \
          test -f ./[email protected] || srcdir=$(srcdir)/; \

Reply via email to