aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/build/roms/withgrub
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub
index be2fbc49..d4b6529b 100755
--- a/resources/scripts/helpers/build/roms/withgrub
+++ b/resources/scripts/helpers/build/roms/withgrub
@@ -61,7 +61,7 @@ done
buildrom() {
board="$1"
if [ -f "resources/libreboot/config/grub/${board}/config" ]; then
- ./build roms withgrub_helper "${board}"
+ ./oldbuild roms withgrub_helper "${board}"
fi
}