We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82f0b93 + 07d2272 commit ba65286Copy full SHA for ba65286
Makefile.frag
@@ -28,7 +28,7 @@ install-phpdbg: $(BUILD_BINARY)
28
@$(INSTALL) -m 0755 $(BUILD_BINARY) $(INSTALL_ROOT)$(bindir)/$(program_prefix)phpdbg$(program_suffix)$(EXEEXT)
29
@echo "Installing phpdbg man page: $(INSTALL_ROOT)$(mandir)/man1/"
30
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
31
- @$(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
32
33
clean-phpdbg:
34
@echo "Cleaning phpdbg object files ..."
0 commit comments