Skip to content

Commit

Permalink
scripts: build_grub: Correct grub build script
Browse files Browse the repository at this point in the history
Update script since old build script is not working anymore.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
  • Loading branch information
finikorg authored and carlescufi committed Sep 1, 2023
1 parent 235ff29 commit 2fabcb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/x86/common/scripts/build_grub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export PYTHON=python3

prepare() {
if [[ ! -d ./src ]]; then
git clone http://git.savannah.gnu.org/r/grub.git src
git clone https://git.savannah.gnu.org/git/grub.git src
fi

pushd src
git checkout grub-2.04
git checkout grub-2.12-rc1
git clean -fdx
popd
}
Expand Down

0 comments on commit 2fabcb4

Please sign in to comment.