diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 19:58:13 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 19:58:13 +0000 |
commit | fe6259ac9875cdaf6d167d58935705251dcad6d3 (patch) | |
tree | 025581079c0553d890cd947256353f852b78979f /builddeps | |
parent | 315c275b4c361bcc490fe20e5ab313b23f092686 (diff) | |
download | librebootfr-fe6259ac9875cdaf6d167d58935705251dcad6d3.tar.gz librebootfr-fe6259ac9875cdaf6d167d58935705251dcad6d3.zip |
Move creation of bin/ directory to the "build" script
Diffstat (limited to 'builddeps')
-rwxr-xr-x | builddeps | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -20,11 +20,6 @@ set -u -e -v -if [ ! -d "bin" ] -then - mkdir bin/ -fi - # Build utilities needed in coreboot directory # -------------------------------------------------------------------- |