e95ccc7
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
e95ccc7
From: Javier Martinez Canillas <javierm@redhat.com>
e95ccc7
Date: Thu, 18 Apr 2019 19:16:18 +0200
e95ccc7
Subject: [PATCH] Add 10_reset_boot_success to Makefile
e95ccc7
e95ccc7
This was missing in a previous commit that added this script.
e95ccc7
e95ccc7
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
e95ccc7
---
e95ccc7
 Makefile.util.def | 6 ++++++
e95ccc7
 1 file changed, 6 insertions(+)
e95ccc7
e95ccc7
diff --git a/Makefile.util.def b/Makefile.util.def
e95ccc7
index cae6002d2e3..5062a0e50fa 100644
e95ccc7
--- a/Makefile.util.def
e95ccc7
+++ b/Makefile.util.def
e95ccc7
@@ -515,6 +515,12 @@ script = {
e95ccc7
   condition = COND_HOST_LINUX;
e95ccc7
 };
e95ccc7
 
e95ccc7
+script = {
e95ccc7
+  name = '10_reset_boot_success';
e95ccc7
+  common = util/grub.d/10_reset_boot_success.in;
e95ccc7
+  installdir = grubconf;
e95ccc7
+};
e95ccc7
+
e95ccc7
 script = {
e95ccc7
   name = '10_xnu';
e95ccc7
   common = util/grub.d/10_xnu.in;