Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
chore: export config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Aug 13, 2023
1 parent 055ef73 commit cb06318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit cb06318

Please sign in to comment.