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.
1 parent c507c53 commit c3d983fCopy full SHA for c3d983f
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