summaryrefslogtreecommitdiff
path: root/ext/phar/Makefile.frag
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2009-07-23 15:40:10 +0000
committerGreg Beaver <cellog@php.net>2009-07-23 15:40:10 +0000
commit3bf5d050476d0bf787f2cfa30d3363d17a8becdc (patch)
tree1d6e85cdd4c3eeab19a3fd4184acf64f51c227f4 /ext/phar/Makefile.frag
parent6dc86facd091bf78b4b76328258801672affde00 (diff)
downloadphp-git-3bf5d050476d0bf787f2cfa30d3363d17a8becdc.tar.gz
fix PHP bug #48740: PHAR install fails when INSTALL_ROOT is not the final install location
Diffstat (limited to 'ext/phar/Makefile.frag')
-rwxr-xr-xext/phar/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
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