summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 76adefd..ffd6643 100755
--- a/build.sh
+++ b/build.sh
@@ -151,6 +151,7 @@ download_sums() {
local sums_file="dl/sha256sums_$(echo $sums_url|md5sum|cut -d ' ' -f 1)"
if ! test -e $sums_file; then
+ test -e "dl" || mkdir "dl"
wget -O $sums_file $sums_url
fi