From: Greg Beaver Date: Thu, 23 Jul 2009 15:40:10 +0000 (+0000) Subject: fix PHP bug #48740: PHAR install fails when INSTALL_ROOT is not the final install... X-Git-Tag: php-5.4.0alpha1~191^2~3012 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7b3911326f49228e796f5e2ec873562c5accc0a;p=php fix PHP bug #48740: PHAR install fails when INSTALL_ROOT is not the final install location --- diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag index 7b6769d953..b115e9757c 100755 --- a/ext/phar/Makefile.frag +++ b/ext/phar/Makefile.frag @@ -43,4 +43,4 @@ $(builddir)/phar.phar: $(builddir)/phar.php $(builddir)/phar/phar.inc $(srcdir)/ install-pharcmd: pharcmd -@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir) $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir) - $(LN_S) -f $(INSTALL_ROOT)$(bindir)/phar.phar $(INSTALL_ROOT)$(bindir)/phar + $(LN_S) -f $(bindir)/phar.phar $(INSTALL_ROOT)$(bindir)/phar