buildscript: test if dl'dir is there

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2013-05-09 15:13:29 +02:00
parent 7fbcb948c8
commit 64aed914b3
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ prepare() {
cat build_patches/changeset_35609.diff | patch -p1 -d $target/feeds
#saves ~200MB for each build
mkdir ./dl
test -d ./dl || mkdir ./dl
ln -s ../../dl $target/dl
board_prepare