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