aboutsummaryrefslogtreecommitdiff
path: root/build-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-all.sh')
-rwxr-xr-xbuild-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-all.sh b/build-all.sh
index f3f0309..a822ea9 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -77,7 +77,7 @@ __do_build_all_loop() {
fi
initial=1
for flavour in $FLAVOURS ; do
- source $DIR/platforms/$PLATFORM/$flavour
+ source $DIR/configs/$PLATFORM/$flavour
#Source all applicable
for fs in $DIR/filesystems/$FILESYSTEM_CONFIGURATION ; do
if [ ! -f $fs ] ; then