Fix #2038 (calibre built for Foresight Linux)

This commit is contained in:
Kovid Goyal 2009-03-11 12:16:52 -07:00
parent e1b3302dcb
commit 291739fc8b

View File

@ -33,9 +33,10 @@ def get_linux_data(version='1.0.0'):
data['title'] = 'Download calibre for linux' data['title'] = 'Download calibre for linux'
data['supported'] = [] data['supported'] = []
for name, title in [ for name, title in [
('ubuntu', 'Ubuntu Jaunty Jackalope'),
('debian', 'Debian Sid'), ('debian', 'Debian Sid'),
('exherbo', 'Exherbo'), ('exherbo', 'Exherbo'),
('foresight', 'Foresight 2.1'),
('ubuntu', 'Ubuntu Jaunty Jackalope'),
]: ]:
data['supported'].append(CoolDistro(name, title, data['supported'].append(CoolDistro(name, title,
prefix='http://calibre.kovidgoyal.net')) prefix='http://calibre.kovidgoyal.net'))