From 321cf717abbc7ac9670f7b5674c4d19f76af2d21 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 12 Feb 2015 22:08:17 -0500 Subject: create bin/ directory in builddeps, not buildrom-withgrub --- (limited to 'builddeps') diff --git a/builddeps b/builddeps index 7c937c3..bd0c358 100755 --- a/builddeps +++ b/builddeps @@ -20,6 +20,11 @@ set -u -e -v +if [ ! -d "bin" ] +then + mkdir bin/ +fi + # Build utilities needed in coreboot directory # -------------------------------------------------------------------- -- cgit v0.9.1