From d16557ec4f650cc6e145dc9e307c0087a9437ba6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <cynerd@email.cz>
Date: Tue, 6 Oct 2020 14:10:33 +0200
Subject: [PATCH] lists/base-fix: I renamed this fix package to not install
 original one

And I just forgot to rename it so it exactly happened that. That means
update of NOR in all routers tracking HBK.
With subsequent build it is going to break so we have to do this rename
anyway.
---
 lists/base-fix.lua.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lists/base-fix.lua.m4 b/lists/base-fix.lua.m4
index fbe385774..1ab9ed6c4 100644
--- a/lists/base-fix.lua.m4
+++ b/lists/base-fix.lua.m4
@@ -84,8 +84,8 @@ end
 -- it installed for that version in system.
 -- We request reboot as contract is applied only after reboot.
 if root_dir == "/" and version_match(os_release.VERSION, "<=5.1.2") then
-	Install("fix-contracts-handling-in-rescue")
-	Package("fix-contracts-handling-in-rescue", { replan = "finished", reboot = "delayed" })
+	Install("fix-corrupted-contract-by-rescue")
+	Package("fix-corrupted-contract-by-rescue", { replan = "finished", reboot = "delayed" })
 end
 
 -- Default configuration on Turris Shield was invalid in factory (Turris OS 5.0).
-- 
GitLab