grub: Build after Python is available

Message ID 20191017160110.6501-1-michael.tremer@ipfire.org
State Accepted
Commit b3ce3510ad207c9fb04c825a0a242aefed79bee7
Headers
Series grub: Build after Python is available |

Commit Message

Michael Tremer Oct. 17, 2019, 4:01 p.m. UTC
  The build sometimes aborted because python was not found
when Grub was being built for EFI.

Fixes: #12209
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 make.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/make.sh b/make.sh
index ea9cbc10c..170b16504 100755
--- a/make.sh
+++ b/make.sh
@@ -1132,9 +1132,6 @@  buildipfire() {
   lfsmake2 lvm2
   lfsmake2 multipath-tools
   lfsmake2 freetype
-  lfsmake2 grub
-  lfsmake2 efivar
-  lfsmake2 efibootmgr
   lfsmake2 libmnl
   lfsmake2 libnfnetlink
   lfsmake2 libnetfilter_queue
@@ -1222,6 +1219,9 @@  buildipfire() {
   lfsmake2 libffi
   lfsmake2 python
   lfsmake2 python3
+  lfsmake2 grub
+  lfsmake2 efivar
+  lfsmake2 efibootmgr
   lfsmake2 ca-certificates
   lfsmake2 fireinfo
   lfsmake2 libnet