summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php/phar-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/php/php/phar-makefile.patch')
-rw-r--r--meta-oe/recipes-devtools/php/php/phar-makefile.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-oe/recipes-devtools/php/php/phar-makefile.patch b/meta-oe/recipes-devtools/php/php/phar-makefile.patch
index 2851b0f8d..2f7fe34c7 100644
--- a/meta-oe/recipes-devtools/php/php/phar-makefile.patch
+++ b/meta-oe/recipes-devtools/php/php/phar-makefile.patch
@@ -33,12 +33,3 @@ index 6516ddf..36e6cf4 100644
33 33
34 $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc 34 $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc
35 -@test -d $(builddir)/phar || mkdir $(builddir)/phar 35 -@test -d $(builddir)/phar || mkdir $(builddir)/phar
36@@ -39,7 +28,7 @@ install-pharcmd: pharcmd
37 -@$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
38 $(INSTALL) $(builddir)/phar.phar $(INSTALL_ROOT)$(bindir)
39 -@rm -f $(INSTALL_ROOT)$(bindir)/phar
40- $(LN_S) -f $(INSTALL_ROOT)$(bindir)/phar.phar $(INSTALL_ROOT)$(bindir)/phar
41+ $(LN_S) -f $(bindir)/phar.phar $(INSTALL_ROOT)$(bindir)/phar
42 @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man1
43 @$(INSTALL_DATA) $(builddir)/phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.1
44 @$(INSTALL_DATA) $(builddir)/phar.phar.1 $(INSTALL_ROOT)$(mandir)/man1/phar.phar.1