summaryrefslogtreecommitdiffstats
path: root/php-man.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-07-30 17:04:07 +0200
committerRemi Collet <fedora@famillecollet.com>2014-07-30 17:04:07 +0200
commit3e75ec94a9db78ca8e5ea4a50c844b188f6a8fc1 (patch)
treefaa3a80de8acd4d012f5b8e9e30f229d714dc266 /php-man.patch
parenta7c33d4b6b8adc746bb83d4732a29d5ef6385542 (diff)
PHP 5.6.0RC3
Diffstat (limited to 'php-man.patch')
-rw-r--r--php-man.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/php-man.patch b/php-man.patch
deleted file mode 100644
index 60ab16d..0000000
--- a/php-man.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 07d227229771015600789ae36e3b12ce29b1f339 Mon Sep 17 00:00:00 2001
-From: Andy Thompson <me@andytson.com>
-Date: Sat, 5 Jul 2014 13:05:05 +0100
-Subject: [PATCH] Fix phpdbg.1 man page installation when build != src
- directory
-
----
- Makefile.frag | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.frag b/Makefile.frag
-index b276aaa..36c7512 100644
---- a/sapi/phpdbg/Makefile.frag
-+++ b/sapi/phpdbg/Makefile.frag
-@@ -28,7 +28,7 @@ install-phpdbg: $(BUILD_BINARY)
- @$(INSTALL) -m 0755 $(BUILD_BINARY) $(INSTALL_ROOT)$(bindir)/$(program_prefix)phpdbg$(program_suffix)$(EXEEXT)
- @echo "Installing phpdbg man page: $(INSTALL_ROOT)$(mandir)/man1/"
- @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
-- @$(INSTALL_DATA) sapi/phpdbg/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
-+ @$(INSTALL_DATA) $(srcdir)/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
-
- clean-phpdbg:
- @echo "Cleaning phpdbg object files ..."
---
-1.9.2
-