aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/build/roms/withseabios
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/roms/withseabios')
-rwxr-xr-xresources/scripts/helpers/build/roms/withseabios2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withseabios b/resources/scripts/helpers/build/roms/withseabios
index 5b69c452..e43c642f 100755
--- a/resources/scripts/helpers/build/roms/withseabios
+++ b/resources/scripts/helpers/build/roms/withseabios
@@ -34,7 +34,7 @@ printf "Building ROM images with the SeaBIOS payload\n"
buildrom() {
board="$1"
if [ -f "resources/libreboot/config/seabios/${board}/config" ]; then
- ./build roms withseabios_helper "${board}"
+ ./oldbuild roms withseabios_helper "${board}"
fi
}