From: Michael Tremer Date: Fri, 5 Jul 2024 08:16:00 +0000 (+0000) Subject: make.sh: Create /proc in the chroot environment before mounting it X-Git-Tag: v2.29-core188~10^2~360 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2e0324ebc6b94442c9437d19377d9c93c59396e;p=ipfire-2.x.git make.sh: Create /proc in the chroot environment before mounting it Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 56a097da09..70c91b07d8 100755 --- a/make.sh +++ b/make.sh @@ -411,6 +411,7 @@ prepareenv() { mkdir -p "${BUILD_DIR}/${TOOLS_DIR}" mkdir -p "${BUILD_DIR}/cache" mkdir -p "${BUILD_DIR}/etc" + mkdir -p "${BUILD_DIR}/proc" mkdir -p "${BUILD_DIR}/tmp" mkdir -p "${BUILD_DIR}/usr/src" mkdir -p "${BUILD_DIR}/usr/src/cache"