mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-14 04:16:31 +00:00
fix association with svn builds
This commit is contained in:
parent
d3492be2c2
commit
85fb85cf13
3
Makefile
3
Makefile
@ -13,7 +13,8 @@ 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
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
python setup.py clean
|
python setup.py clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user