From f7b76e72ab4457a57dd80832446c1a77f22da118 Mon Sep 17 00:00:00 2001 From: David Ing Date: Tue, 4 Sep 2018 15:30:21 -0700 Subject: Allow usage with Linux Mint Tara (19) https://bugzilla.gnome.org/show_bug.cgi?id=797076 --- cerbero/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cerbero/utils/__init__.py b/cerbero/utils/__init__.py index 8db446fa..4ac23d38 100644 --- a/cerbero/utils/__init__.py +++ b/cerbero/utils/__init__.py @@ -203,7 +203,7 @@ def system_info(): distro_version = DistroVersion.UBUNTU_XENIAL elif d[2] in ['artful']: distro_version = DistroVersion.UBUNTU_ARTFUL - elif d[2] in ['bionic']: + elif d[2] in ['bionic', 'tara']: distro_version = DistroVersion.UBUNTU_BIONIC elif d[1].startswith('6.'): distro_version = DistroVersion.DEBIAN_SQUEEZE -- cgit v1.2.3