summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-08-16 14:00:30 +0800
committerXinchen Hui <laruence@gmail.com>2018-08-16 14:00:30 +0800
commit64c88c1e168cb4489e5adae4067e35f7abd18046 (patch)
treeb2ca97bfcb3f2f183c55de944c10976763b91922
parent8c92442b4988a07f683439401da8372af0eba2b3 (diff)
parent1f2f2c6b9671ea18404d30c0c30cb1c8b88d4e60 (diff)
downloadphp-git-64c88c1e168cb4489e5adae4067e35f7abd18046.tar.gz
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
* 'PHP-7.1' of git.php.net:/php-src: fix man page installation
-rw-r--r--sapi/phpdbg/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/Makefile.frag b/sapi/phpdbg/Makefile.frag
index e0cdfe25ef..091b1e831c 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) $(srcdir)/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
+ @$(INSTALL_DATA) sapi/phpdbg/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
clean-phpdbg:
@echo "Cleaning phpdbg object files ..."