diff options
author | 4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org> | 2017-01-22 03:38:38 +0000 |
---|---|---|
committer | 4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org> | 2017-01-22 03:38:38 +0000 |
commit | db52282cd9c0ea928c4cc640a02c69863ece5b18 (patch) | |
tree | 8711cab4f857cce237674b6ce91e48539090fe59 /resources/scripts/helpers/build/module/grub | |
parent | cab47f3178db195d797db89486dc56383c28aace (diff) | |
download | librebootfr-db52282cd9c0ea928c4cc640a02c69863ece5b18.tar.gz librebootfr-db52282cd9c0ea928c4cc640a02c69863ece5b18.zip |
make use of ./oldbuild, not ./build, in the old build system
Diffstat (limited to 'resources/scripts/helpers/build/module/grub')
-rwxr-xr-x | resources/scripts/helpers/build/module/grub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/module/grub b/resources/scripts/helpers/build/module/grub index c663777c..f6c1657b 100755 --- a/resources/scripts/helpers/build/module/grub +++ b/resources/scripts/helpers/build/module/grub @@ -54,4 +54,4 @@ make -j${cores} ) # Also build SeaBIOS, which we use with GRUB to make SeaGRUB -./build module seabios +./oldbuild module seabios |