diff options
-rwxr-xr-x | builddeps | 5 | ||||
-rwxr-xr-x | buildrom-withgrub | 5 |
2 files changed, 5 insertions, 5 deletions
@@ -20,6 +20,11 @@ set -u -e -v +if [ ! -d "bin" ] +then + mkdir bin/ +fi + # Build utilities needed in coreboot directory # -------------------------------------------------------------------- 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. |