Fix error when trying to install.

This commit is contained in:
John Garland 2009-07-20 09:41:44 +00:00
commit 2591845512
3 changed files with 4 additions and 4 deletions

View file

@ -348,7 +348,7 @@ _data_files = [
('share/icons/hicolor/96x96/apps', ['deluge/data/icons/hicolor/96x96/apps/deluge.png']),
('share/applications', ['deluge/data/share/applications/deluge.desktop']),
('share/pixmaps', ['deluge/data/pixmaps/deluge.png', 'deluge/data/pixmaps/deluge.xpm']),
('share/man/man1', ['deluge/docs/man/deluge.1', 'deluge/docs/man/deluged.1'])
('share/man/man1', ['docs/man/deluge.1', 'docs/man/deluged.1'])
]
# Main setup