diff options
author | Sebastian Brandt <sebbrandt87+git@gmail.com> | 2014-09-29 09:53:26 +0200 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-11-23 16:09:24 -0800 |
commit | c7248e6359b4d0a23f4e9210f69258a6443a718b (patch) | |
tree | 51762b42e9b61bf7bfd30345628941936cf55bf1 /ext/phar | |
parent | 9664312e30005adbd0533c7081d52e7c822eb821 (diff) | |
download | php-git-c7248e6359b4d0a23f4e9210f69258a6443a718b.tar.gz |
added missing INSTALL_ROOT
Diffstat (limited to 'ext/phar')
-rw-r--r-- | ext/phar/Makefile.frag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag index faa9db0c70..6516ddfabd 100644 --- a/ext/phar/Makefile.frag +++ b/ext/phar/Makefile.frag @@ -39,7 +39,7 @@ install-pharcmd: pharcmd -@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir) $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir) -@rm -f $(INSTALL_ROOT)$(bindir)/phar - $(LN_S) -f $(bindir)/phar.phar $(INSTALL_ROOT)$(bindir)/phar + $(LN_S) -f $(INSTALL_ROOT)$(bindir)/phar.phar $(INSTALL_ROOT)$(bindir)/phar @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1 @$(INSTALL_DATA) $(builddir)/phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.1 @$(INSTALL_DATA) $(builddir)/phar.phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.phar.1 |