12 lines
203 B
Diff
12 lines
203 B
Diff
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -35,7 +35,7 @@ from distutils.core import setup
|
||
|
SHARE = 'share'
|
||
|
|
||
|
# detect linux distribution
|
||
|
-distro = platform.dist()[0]
|
||
|
+distro = 'gentoo'
|
||
|
|
||
|
|
||
|
def file_list(path):
|