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 4fe938b + a7de68f commit 17d5ebeCopy full SHA for 17d5ebe
ext/phar/Makefile.frag
@@ -39,7 +39,7 @@ install-pharcmd: pharcmd
39
-@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
40
$(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)
41
-@rm -f $(INSTALL_ROOT)$(bindir)/phar
42
- $(LN_S) -f $(INSTALL_ROOT)$(bindir)/phar.phar $(INSTALL_ROOT)$(bindir)/phar
+ $(LN_S) -f phar.phar $(INSTALL_ROOT)$(bindir)/phar
43
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
44
@$(INSTALL_DATA) $(builddir)/phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.1
45
@$(INSTALL_DATA) $(builddir)/phar.phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.phar.1
0 commit comments