buildscript: test if dl'dir is there
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
parent
5bcc7c65db
commit
a94b1c85d2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ prepare() {
|
||||||
cat build_patches/changeset_35609.diff | patch -p1 -d $target/feeds
|
cat build_patches/changeset_35609.diff | patch -p1 -d $target/feeds
|
||||||
|
|
||||||
#saves ~200MB for each build
|
#saves ~200MB for each build
|
||||||
mkdir ./dl
|
test -d ./dl || mkdir ./dl
|
||||||
ln -s ../../dl $target/dl
|
ln -s ../../dl $target/dl
|
||||||
|
|
||||||
board_prepare
|
board_prepare
|
||||||
|
|
Loading…
Add table
Reference in a new issue