mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
This commit is contained in:
parent
2dec88e5c2
commit
4156788296
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -13,8 +13,7 @@ tarball:
|
|||
mv dist/deluge-*.tar.gz $(DESTDIR)
|
||||
|
||||
install:
|
||||
python setup.py install --prefix=$(PREFIX);
|
||||
-/usr/bin/update-desktop-database
|
||||
python setup.py install --prefix=$(PREFIX) && /usr/bin/update-desktop-database;
|
||||
|
||||
clean:
|
||||
python setup.py clean
|
||||
|
|
Loading…
Add table
Reference in a new issue