mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 02:48:39 +00:00
Fix error when trying to install.
This commit is contained in:
parent
3c74a8e4bf
commit
2591845512
3 changed files with 4 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue