From fe6259ac9875cdaf6d167d58935705251dcad6d3 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 14 Feb 2015 19:58:13 +0000 Subject: Move creation of bin/ directory to the "build" script --- build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index ca4ee93f..19aaf3c3 100755 --- a/build +++ b/build @@ -21,7 +21,12 @@ set -u -e -v -# Build the ROM's +# Build the ROM images + +if [ ! -d "bin" ] +then + mkdir bin/ +fi # MAKE SURE THAT YOU RAN "buildall" OR "builddeps" *AT LEAST ONCE* # BEFORE RUNNING THIS! -- cgit v1.2.3-70-g09d2