From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 19/28] make.sh: Include /tools/sbin in search path Date: Fri, 04 Feb 2022 16:47:39 +0000 Message-ID: <20220204164748.315559-19-michael.tremer@ipfire.org> In-Reply-To: <20220204164748.315559-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6556383975064091267==" List-Id: --===============6556383975064091267== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 356173065..f3a1aeb5e 100755 --- a/make.sh +++ b/make.sh @@ -554,7 +554,7 @@ enterchroot() { # Install QEMU helper, if needed qemu_install_helper =20 - local PATH=3D"${TOOLS_DIR}/ccache/bin:/bin:/usr/bin:/sbin:/usr/sbin:${TOOLS= _DIR}/bin" + local PATH=3D"${TOOLS_DIR}/ccache/bin:/bin:/usr/bin:/sbin:/usr/sbin:${TOOLS= _DIR}/sbin:${TOOLS_DIR}/bin" =20 # Prepend any custom changes to PATH if [ -n "${CUSTOM_PATH}" ]; then @@ -664,7 +664,7 @@ lfsmake1() { [ $? =3D=3D 1 ] && return 0 =20 cd $BASEDIR/lfs && env -i \ - PATH=3D"${TOOLS_DIR}/ccache/bin:${TOOLS_DIR}/bin:$PATH" \ + PATH=3D"${TOOLS_DIR}/ccache/bin:${TOOLS_DIR}/sbin:${TOOLS_DIR}/bin:${PATH}= " \ CCACHE_DIR=3D"${CCACHE_DIR}"/${BUILD_ARCH}/${TOOLCHAINVER} \ CCACHE_TEMPDIR=3D"${CCACHE_TEMPDIR}" \ CCACHE_COMPILERCHECK=3D"${CCACHE_COMPILERCHECK}" \ --=20 2.30.2 --===============6556383975064091267==--