mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
makefile fix
This commit is contained in:
parent
5eeabadc88
commit
2dec88e5c2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ tarball:
|
||||||
|
|
||||||
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