From ea45cd34b89f0b754c0a51464927b20b3df89d04 Mon Sep 17 00:00:00 2001 From: hyphop Date: Fri, 3 Jul 2020 13:43:27 +0900 Subject: [PATCH] create missed opt dir --- scripts/build.conf | 1 + scripts/make | 3 +++ 2 files changed, 4 insertions(+) diff --git a/scripts/build.conf b/scripts/build.conf index 20cbc9e..759d326 100644 --- a/scripts/build.conf +++ b/scripts/build.conf @@ -6,6 +6,7 @@ DLBASE=https://github.com/hyphop/khadas-uboot/releases/download/tc PKGS_DIR0=../packages DOWNLOADS=../dl +OPT=../opt BUILD=/tmp/khadas-uboot-build diff --git a/scripts/make b/scripts/make index e7284a1..8d6481b 100755 --- a/scripts/make +++ b/scripts/make @@ -106,6 +106,9 @@ echo "[i] make khadas uboot" [ -d "$BUILD" ] || \ mkdir -p "$BUILD" +[ -d "$OPT" ] || \ + mkdir -p "$OPT" + ./download \ $DLBASE/$GCCZ \ $GCCZ \