new location for firmware task file

This commit is contained in:
Steve McIntyre 2011-06-10 12:52:38 +00:00
parent 9a8262b706
commit b33996bd64
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [ "$MIRROR"x = ""x ] || \
exit 1
fi
TASKFILE=$BASEDIR/tasks/firmware
TASKFILE=$BASEDIR/tasks/$SUITE/firmware
rm -rf $TMPDIR/firmware
mkdir -p $TMPDIR/firmware