diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-12 22:08:17 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-12 22:08:17 (EST) |
commit | 321cf717abbc7ac9670f7b5674c4d19f76af2d21 (patch) | |
tree | 7042bef413ced0811b70667d3fd824970fe33544 /buildrom-withgrub | |
parent | 33b8621e242660028c84ee0c6b64b1923288d356 (diff) | |
download | libreboot-321cf717abbc7ac9670f7b5674c4d19f76af2d21.zip libreboot-321cf717abbc7ac9670f7b5674c4d19f76af2d21.tar.gz libreboot-321cf717abbc7ac9670f7b5674c4d19f76af2d21.tar.bz2 |
create bin/ directory in builddeps, not buildrom-withgrub
Diffstat (limited to 'buildrom-withgrub')
-rwxr-xr-x | buildrom-withgrub | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/buildrom-withgrub b/buildrom-withgrub index bd6c35f..01d131e 100755 --- a/buildrom-withgrub +++ b/buildrom-withgrub @@ -31,11 +31,6 @@ if (( $# != 1 )); then exit 1 fi -if [ ! -d "bin" ] -then - mkdir bin/ -fi - cd coreboot # Build ROM images with text-mode and corebootfb modes. |