From: Ondřej Surý Date: Fri, 4 Dec 2015 14:53:50 +0000 (+0100) Subject: Don't put $(INSTALL_ROOT) into phar.phar exec stanza X-Git-Tag: archive/raspbian/8.4.11-1+rpi1^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e6666254806931675564c282b708d1811c9432a;p=php8.4.git Don't put $(INSTALL_ROOT) into phar.phar exec stanza Gbp-Pq: Name 0029-Don-t-put-INSTALL_ROOT-into-phar.phar-exec-stanza.patch --- diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag index e5646b20..16b002ea 100644 --- a/ext/phar/Makefile.frag +++ b/ext/phar/Makefile.frag @@ -23,7 +23,7 @@ PHP_PHARCMD_EXECUTABLE = ` \ else \ $(top_srcdir)/build/shtool echo -n -- "$(PHP_EXECUTABLE)"; \ fi;` -PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";` +PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";` $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc -@test -d $(builddir)/phar || mkdir $(builddir)/phar