2392766eda
Package-Manager: Portage-3.0.5, Repoman-2.3.23 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
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):
|