From ac03ec837917dadc35d7619bd759bc91f1f84222 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 10 Jul 2018 16:54:34 -0400 Subject: [PATCH] Force gentpl to use python3 Signed-off-by: Peter Jones --- 0375-Force-gentply.py-to-use-python3.patch | 20 ++++++++++++++++++++ grub.patches | 1 + 2 files changed, 21 insertions(+) create mode 100644 0375-Force-gentply.py-to-use-python3.patch diff --git a/0375-Force-gentply.py-to-use-python3.patch b/0375-Force-gentply.py-to-use-python3.patch new file mode 100644 index 0000000..26646d6 --- /dev/null +++ b/0375-Force-gentply.py-to-use-python3.patch @@ -0,0 +1,20 @@ +From 1263543c5038d016553b783146043398cc4f78c0 Mon Sep 17 00:00:00 2001 +From: Peter Jones +Date: Tue, 10 Jul 2018 16:54:02 -0400 +Subject: [PATCH] Force gentply.py to use python3 + +Signed-off-by: Peter Jones +--- + gentpl.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/gentpl.py b/gentpl.py +index bf8439fa743..6ab9eb3af71 100644 +--- a/gentpl.py ++++ b/gentpl.py +@@ -1,4 +1,4 @@ +-#! /usr/bin/python ++#! /usr/bin/env python3 + # GRUB -- GRand Unified Bootloader + # Copyright (C) 2010,2011,2012,2013 Free Software Foundation, Inc. + # diff --git a/grub.patches b/grub.patches index 0c8f723..febac16 100644 --- a/grub.patches +++ b/grub.patches @@ -372,3 +372,4 @@ Patch0371: 0371-00_menu_auto_hide-Use-a-timeout-of-60s-for-menu_show.patch Patch0372: 0372-00_menu_auto_hide-Reduce-number-of-save_env-calls.patch Patch0373: 0373-Minor-fixes-to-make-armv7hl-build-as-arm-efi.patch Patch0374: 0374-30_uefi-firmware-fix-use-with-sys-firmware-efi-efiva.patch +Patch0375: 0375-Force-gentply.py-to-use-python3.patch