Skip to content

Commit 70695cf

Browse files
committed
Merge branch 'PHP-7.3'
* PHP-7.3: fix man page installation
2 parents d7520f3 + 32477de commit 70695cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/phpdbg/Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install-phpdbg: $(BUILD_BINARY)
2828
@$(INSTALL) -m 0755 $(BUILD_BINARY) $(INSTALL_ROOT)$(bindir)/$(program_prefix)phpdbg$(program_suffix)$(EXEEXT)
2929
@echo "Installing phpdbg man page: $(INSTALL_ROOT)$(mandir)/man1/"
3030
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
31-
@$(INSTALL_DATA) $(srcdir)/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
31+
@$(INSTALL_DATA) sapi/phpdbg/phpdbg.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)phpdbg$(program_suffix).1
3232

3333
clean-phpdbg:
3434
@echo "Cleaning phpdbg object files ..."

0 commit comments

Comments
 (0)