summaryrefslogtreecommitdiff
blob: d0fc1e0b2d7b683244c37c8fea5bff66a938c20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
=== modified file 'mixxx/build/mixxx.py'
--- mixxx/build/mixxx.py	2011-06-13 01:29:39 +0000
+++ mixxx/build/mixxx.py	2011-06-17 17:37:59 +0000
@@ -188,7 +188,7 @@
         # Should cover {Net,Open,Free,DragonFly}BSD, but only tested on OpenBSD
         if 'bsd' in sys.platform:
             return 'bsd'
-        if 'linux2' == sys.platform:
+        if sys.platform in ['linux2', 'linux3']:
             return 'linux'
         if sys.platform == 'darwin':
             return 'osx'