aboutsummaryrefslogtreecommitdiff
path: root/builddeps
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-13 03:08:17 +0000
committerFrancis Rowe <info@gluglug.org.uk>2015-02-13 03:08:17 +0000
commit321cf717abbc7ac9670f7b5674c4d19f76af2d21 (patch)
tree7042bef413ced0811b70667d3fd824970fe33544 /builddeps
parent33b8621e242660028c84ee0c6b64b1923288d356 (diff)
downloadlibrebootfr-321cf717abbc7ac9670f7b5674c4d19f76af2d21.tar.gz
librebootfr-321cf717abbc7ac9670f7b5674c4d19f76af2d21.zip
create bin/ directory in builddeps, not buildrom-withgrub
Diffstat (limited to 'builddeps')
-rwxr-xr-xbuilddeps5
1 files changed, 5 insertions, 0 deletions
diff --git a/builddeps b/builddeps
index 7c937c34..bd0c358f 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
# --------------------------------------------------------------------