summaryrefslogtreecommitdiffstats
path: root/src/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdk')
-rw-r--r--src/sdk/installerbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdk/installerbase.cpp b/src/sdk/installerbase.cpp
index bee26e329..87c16ee45 100644
--- a/src/sdk/installerbase.cpp
+++ b/src/sdk/installerbase.cpp
@@ -119,7 +119,7 @@ int main(int argc, char *argv[])
while (std::getline(input, standardString)) {
if (standardString == "DISTRIB_ID=Ubuntu")
isUbuntu = true;
- else if (standardString == "DISTRIB_RELEASE=11.10")
+ else if ((standardString == "DISTRIB_RELEASE=11.10") || (standardString == "DISTRIB_RELEASE=12.04"))
is11_10 = true;
}