Force gentpl to use python3

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2018-07-10 16:54:34 -04:00
parent 752ceb1640
commit ac03ec8379
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
From 1263543c5038d016553b783146043398cc4f78c0 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Tue, 10 Jul 2018 16:54:02 -0400
Subject: [PATCH] Force gentply.py to use python3
Signed-off-by: Peter Jones <pjones@redhat.com>
---
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.
#

View File

@ -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