commit: 41fa94bb1977c31b3a280005585187d00df2424e
Author: Michael Orlitzky <michael <AT> orlitzky <DOT> com>
AuthorDate: Wed Jul 19 14:02:44 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 14:02:44 2017 +0000
URL: https://gitweb.gentoo.org/proj/eselect-php.git/commit/?id=41fa94bb
Rename the init script input file to facilitate the two-phase replacement.
We perform variable substitution twice in the main eselect script --
once through autotools, and the other manually in the resulting
Makefile. As a result, the script has a double "in.in" suffix. To make
substitution work the same way in the init script, this commit renames
it with an "in.in" suffix, and mentions it in configure.ac.
configure.ac | 2 +-
doc/{php-fpm.example.init.in => php-fpm.example.init.in.in} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index d642dbd..9f8b4eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,6 @@ AC_ARG_ENABLE(
# List of output files.
-AC_CONFIG_FILES([Makefile src/php.eselect.in])
+AC_CONFIG_FILES([Makefile src/php.eselect.in doc/php-fpm.example.init.in])
AC_OUTPUT
diff --git a/doc/php-fpm.example.init.in b/doc/php-fpm.example.init.in.in
similarity index 100%
rename from doc/php-fpm.example.init.in
rename to doc/php-fpm.example.init.in.in