summaryrefslogtreecommitdiffstats
path: root/buildrom-withgrub
diff options
context:
space:
mode:
Diffstat (limited to 'buildrom-withgrub')
-rwxr-xr-xbuildrom-withgrub6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildrom-withgrub b/buildrom-withgrub
index 49e3b05..c7eb280 100755
--- a/buildrom-withgrub
+++ b/buildrom-withgrub
@@ -110,12 +110,12 @@ do
./cbfstool libreboot_serial_"$keymap".rom add -f grub_serial_"$keymap".cfg -n grub.cfg -t raw
done
-# Now we clean up and prepare the binary archive ready for release.
-# ----------------------------------------------------------------------------------------------------------------------------
-
# we don't need the grub.cfg's anymore
rm -rf grub*cfg
+# Now we clean up and prepare the binary archive ready for release.
+# ----------------------------------------------------------------------------------------------------------------------------
+
# prepare directory for new ROM images
rm -rf $1
mkdir $1