From: Michael Tremer Date: Tue, 9 Jul 2024 20:17:05 +0000 (+0000) Subject: make.sh: Always create /root in the chroot environment X-Git-Tag: v2.29-core188~10^2~275 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3bd0672b3d82c7c170ecebe52067e2541879790;p=ipfire-2.x.git make.sh: Always create /root in the chroot environment Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 5d9f6ba223..428ca5db43 100755 --- a/make.sh +++ b/make.sh @@ -371,6 +371,7 @@ prepareenv() { mkdir -p "${BUILD_DIR}/dev" mkdir -p "${BUILD_DIR}/etc" mkdir -p "${BUILD_DIR}/proc" + mkdir -p "${BUILD_DIR}/root" mkdir -p "${BUILD_DIR}/sys" mkdir -p "${BUILD_DIR}/tmp" mkdir -p "${BUILD_DIR}/usr/src"