From cb0631831cfb458351692986449d9c9bf874b7fa Mon Sep 17 00:00:00 2001 From: ER Date: Sun, 13 Aug 2023 16:06:44 +0300 Subject: [PATCH] chore: export config directory --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 88d18cf198..29a1798e29 100644 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # Tell build process to exit if there are any errors. set -oue pipefail -CONFIG_DIRECTORY="/usr/share/ublue-os/startingpoint" +export CONFIG_DIRECTORY="/usr/share/ublue-os/startingpoint" RECIPE_FILE="$CONFIG_DIRECTORY/$RECIPE" MODULE_DIRECTORY="/tmp/modules"