mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-03 11:53:01 +00:00
License-Update: License updated (year updated) note: for 7.4, pear is disabled by default, and it will be deprecated in future. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
30 lines
808 B
Diff
30 lines
808 B
Diff
From ebc101e0728b9db6c687cff525e5dfc8eb0edbf3 Mon Sep 17 00:00:00 2001
|
|
From: Koen Kooi <koen@dominion.thruhere.net>
|
|
Date: Thu, 3 Nov 2011 14:27:15 +0100
|
|
Subject: [PATCH 2/8] php: don't use broken wrapper for mkdir
|
|
|
|
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
|
|
|
update patch to version 7.4.4
|
|
Signed-off-by: Changqing Li <changqing.li@windriver.com>
|
|
---
|
|
|
|
Upstream-Status: Inappropriate
|
|
|
|
build/Makefile.global | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/build/Makefile.global b/build/Makefile.global
|
|
index ff858c2..ae554b4 100644
|
|
--- a/build/Makefile.global
|
|
+++ b/build/Makefile.global
|
|
@@ -1,4 +1,4 @@
|
|
-mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p
|
|
+mkinstalldirs = mkdir -p
|
|
INSTALL = $(top_srcdir)/build/shtool install -c
|
|
INSTALL_DATA = $(INSTALL) -m 644
|
|
|
|
--
|
|
1.9.3
|
|
|