commit | cd1fe9849431403893bdef50d5327b65ec273f77 | [log] [tgz] |
---|---|---|
author | Vincent Untz <vuntz@suse.com> | Tue Mar 12 18:04:29 2013 +0100 |
committer | Vincent Untz <vuntz@suse.com> | Tue Mar 12 18:04:58 2013 +0100 |
tree | 2627400277071ebdeba4fe1b99492d68d49df2b9 | |
parent | 87387596631602b5f676eae65823b4f0c5c71e66 [diff] [blame] |
Handle LSB data for openSUSE 12.3 The LSB vendor changed to "openSUSE project" in openSUSE 12.3. Deal with it as if it were simply "openSUSE". Change-Id: Id20eac6abba4c07aed1cf4617e89357974f62ff8
diff --git a/functions b/functions index 8cb703c..a53b363 100644 --- a/functions +++ b/functions
@@ -271,6 +271,8 @@ if [[ $? -eq 0 ]]; then os_VENDOR="openSUSE" fi + elif [[ $os_VENDOR == "openSUSE project" ]]; then + os_VENDOR="openSUSE" elif [[ $os_VENDOR =~ Red.*Hat ]]; then os_VENDOR="Red Hat" fi