From 3a28be7ae44b30ec6a0b39d1c681546b3ddf649e Mon Sep 17 00:00:00 2001 From: LAbyOne <63520775+LAbyOne@users.noreply.github.com> Date: Fri, 25 Feb 2022 09:49:59 +0100 Subject: [PATCH] Update postbuild --- toolchain/tools/CloverScripts/postbuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolchain/tools/CloverScripts/postbuild.sh b/toolchain/tools/CloverScripts/postbuild.sh index 6d54cf089..6b334b0b5 100644 --- a/toolchain/tools/CloverScripts/postbuild.sh +++ b/toolchain/tools/CloverScripts/postbuild.sh @@ -11,6 +11,7 @@ cd "$(dirname $0)" export CLOVERROOT=${CLOVERROOT:-$WORKSPACE} +export DIR_TOOLS=${DIR_TOOLS:-$CLOVERROOT/toolchain/tools} export OR_DIR=${OR_DIR:-$CLOVERROOT/CloverPackage/CloverV2/EFI/CLOVER/drivers/off/UEFI/MemoryFix} version=v12 @@ -24,4 +25,4 @@ else echo "" && echo "ERROR: nothing to be done, driver not in place!" sleep 2 fi -# ************************************************** \ No newline at end of file +# **************************************************