1From 8707720c0aea405f0e06d67354f239232cc823cc Mon Sep 17 00:00:00 2001 2From: Claude Bing <cbing@cybernetics.com> 3Date: Tue, 9 Nov 2021 13:10:02 -0500 4Subject: [PATCH 09/11] php: don't use broken wrapper for mkdir 5 6Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> 7 8update patch to version 7.4.4 9Signed-off-by: Changqing Li <changqing.li@windriver.com> 10 11update patch to version 8.0.12 12Signed-off-by: Claude Bing <cbing@cybernetics.com> 13--- 14Upstream-Status: Pending 15 16 build/Makefile.global | 2 +- 17 1 file changed, 1 insertion(+), 1 deletion(-) 18 19diff --git a/build/Makefile.global b/build/Makefile.global 20index 6566d052de..eb39421f2a 100644 21--- a/build/Makefile.global 22+++ b/build/Makefile.global 23@@ -1,4 +1,4 @@ 24-mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p 25+mkinstalldirs = mkdir -p 26 INSTALL = $(top_srcdir)/build/shtool install -c 27 INSTALL_DATA = $(INSTALL) -m 644 28 29-- 302.25.1 31 32