mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
setup: correctly detect Arch Linux in platform description
This commit is contained in:
parent
bc53c24003
commit
de9edde8f5
@ -104,6 +104,9 @@ def get_linux_distro():
|
||||
except EnvironmentError:
|
||||
pass
|
||||
|
||||
if os.path.exists("/etc/arch-release"):
|
||||
return ("Arch_Linux", "")
|
||||
|
||||
return (_distname,_version)
|
||||
|
||||
def get_platform():
|
||||
|
Loading…
x
Reference in New Issue
Block a user