Add new name for Mandrake: Mandriva.

This commit is contained in:
Marc-André Lemburg 2008-03-08 10:01:43 +00:00
parent 47a5aec836
commit 50967bdec2
1 changed files with 4 additions and 3 deletions

View File

@ -240,9 +240,10 @@ _release_version = re.compile(r'([^0-9]+)'
# and http://data.linux-ntfs.org/rpm/whichrpm
# and http://www.die.net/doc/linux/man/man1/lsb_release.1.html
_supported_dists = ('SuSE', 'debian', 'fedora', 'redhat', 'centos',
'mandrake', 'rocks', 'slackware', 'yellowdog',
'gentoo', 'UnitedLinux', 'turbolinux')
_supported_dists = (
'SuSE', 'debian', 'fedora', 'redhat', 'centos',
'mandrake', 'mandriva', 'rocks', 'slackware', 'yellowdog', 'gentoo',
'UnitedLinux', 'turbolinux')
def _parse_release_file(firstline):