From 3e1c0630e9cf85e323e4ced49a5bfe02c708a449 Mon Sep 17 00:00:00 2001
From: Ark74 <ark@switnet.org>
Date: Sat, 12 Nov 2022 14:51:30 -0600
Subject: [PATCH] bind9-libs: remove no longer required FIXED_VER variable on
 package.

---
 helpers/make-bind9-libs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/helpers/make-bind9-libs b/helpers/make-bind9-libs
index d81c78f9..42fba2f6 100644
--- a/helpers/make-bind9-libs
+++ b/helpers/make-bind9-libs
@@ -25,8 +25,7 @@
 
 #Fixed version: Just like grub2 on nabia, bind9 and bind9-libs share the same
 #source package name but only referenced by the version of the package itself.
-VERSION=0
-FIXED_VER=1:9.11.19+dfsg-2.1ubuntu3
+VERSION=1
 NETINST=true
 . ./config
 
-- 
GitLab