mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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)
|
mv dist/deluge-*.tar.gz $(DESTDIR)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
python setup.py install --prefix=$(PREFIX);
|
python setup.py install --prefix=$(PREFIX) && /usr/bin/update-desktop-database;
|
||||||
-/usr/bin/update-desktop-database
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
python setup.py clean
|
python setup.py clean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue