2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-22 07:34:19 +00:00

Make oscategory consistent for ubuntu

This commit is contained in:
Jarrod Johnson 2021-11-18 12:38:11 -05:00
parent 045caadff9
commit 4316b8690e

View File

@ -516,7 +516,7 @@ class DebHandler(OsHandler):
self.includepkgs = []
self.targpath = None
self.codename = codename
self.oscategory = name
self.oscategory = name + version
super().__init__(name, version, arch, args)
def add_pkglists(self):