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"