diff options
Diffstat (limited to 'buildrom-withgrub')
-rwxr-xr-x | buildrom-withgrub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildrom-withgrub b/buildrom-withgrub index 51ae22e..6ff7e2d 100755 --- a/buildrom-withgrub +++ b/buildrom-withgrub @@ -36,7 +36,7 @@ cd coreboot rm -rf .config # cbfstool will be used quite heavily here. -mv util/cbfstool/cbfstool . +[[ -f cbfstool ]] || mv util/cbfstool/cbfstool . # prepare libreboot configuration and build it # it is assumed that these configs use coreboot text-mode |