aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/build/roms/withgrub_helper
diff options
context:
space:
mode:
author4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org>2017-01-22 03:38:38 +0000
committer4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org>2017-01-22 03:38:38 +0000
commitdb52282cd9c0ea928c4cc640a02c69863ece5b18 (patch)
tree8711cab4f857cce237674b6ce91e48539090fe59 /resources/scripts/helpers/build/roms/withgrub_helper
parentcab47f3178db195d797db89486dc56383c28aace (diff)
downloadlibrebootfr-db52282cd9c0ea928c4cc640a02c69863ece5b18.tar.gz
librebootfr-db52282cd9c0ea928c4cc640a02c69863ece5b18.zip
make use of ./oldbuild, not ./build, in the old build system
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub_helper')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper
index 869410e9..8ee63146 100755
--- a/resources/scripts/helpers/build/roms/withgrub_helper
+++ b/resources/scripts/helpers/build/roms/withgrub_helper
@@ -37,8 +37,8 @@ else
fi
if (( $# != 1 )); then
- printf "Usage: ./buildrom-withgrub boardname\n"
- printf "Example: ./buildrom-withgrub x60\n"
+ printf "Usage: ./oldbuild rom withgrub boardname\n"
+ printf "Example: ./oldbuild rom withgrub x60\n"
printf "You need to specify exactly 1 argument\n"
exit 1
fi