Skip to content

Commit c3d983f

Browse files
Ponceremicollet
authored andcommitted
Make the phar symlink relative
or we got a symlink pointing to the build files thanks also to remicollet
1 parent c507c53 commit c3d983f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install-pharcmd: pharcmd
3939
-@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
4040
$(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)
4141
-@rm -f $(INSTALL_ROOT)$(bindir)/phar
42-
$(LN_S) -f $(INSTALL_ROOT)$(bindir)/phar.phar $(INSTALL_ROOT)$(bindir)/phar
42+
$(LN_S) -f phar.phar $(INSTALL_ROOT)$(bindir)/phar
4343
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
4444
@$(INSTALL_DATA) $(builddir)/phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.1
4545
@$(INSTALL_DATA) $(builddir)/phar.phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.phar.1

0 commit comments

Comments
 (0)