From fe6259ac9875cdaf6d167d58935705251dcad6d3 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 14 Feb 2015 14:58:13 -0500 Subject: Move creation of bin/ directory to the "build" script --- (limited to 'build') diff --git a/build b/build index ca4ee93..19aaf3c 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 v0.9.1