summaryrefslogtreecommitdiff
path: root/lang/php56/files/patch-sapi_fpm_Makefile.frag
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php56/files/patch-sapi_fpm_Makefile.frag')
-rw-r--r--lang/php56/files/patch-sapi_fpm_Makefile.frag12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/php56/files/patch-sapi_fpm_Makefile.frag b/lang/php56/files/patch-sapi_fpm_Makefile.frag
new file mode 100644
index 000000000000..3d0ff1979f9e
--- /dev/null
+++ b/lang/php56/files/patch-sapi_fpm_Makefile.frag
@@ -0,0 +1,12 @@
+--- sapi/fpm/Makefile.frag.orig 2013-12-10 23:31:06.000000000 +0000
++++ sapi/fpm/Makefile.frag 2013-12-13 21:50:25.575258563 +0000
+@@ -18,6 +18,6 @@ install-fpm: $(SAPI_FPM_PATH)
+ @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man8
+ @$(INSTALL_DATA) sapi/fpm/php-fpm.8 $(INSTALL_ROOT)$(mandir)/man8/php-fpm$(program_suffix).8
+
+- @echo "Installing PHP FPM status page: $(INSTALL_ROOT)$(datadir)/fpm/"
+- @$(mkinstalldirs) $(INSTALL_ROOT)$(datadir)/fpm
+- @$(INSTALL_DATA) sapi/fpm/status.html $(INSTALL_ROOT)$(datadir)/fpm/status.html
++ @echo "Installing PHP FPM status page: $(INSTALL_ROOT)$(datadir)/php/fpm/"
++ @$(mkinstalldirs) $(INSTALL_ROOT)$(datadir)/php/fpm
++ @$(INSTALL_DATA) sapi/fpm/status.html $(INSTALL_ROOT)$(datadir)/php/fpm/status.html