mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
This commit is contained in:
parent
a4c44252f3
commit
117cbb7d1b
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -3,10 +3,15 @@
|
|||
#
|
||||
PYVER=`python -c "import sys; print sys.version[:3]"`
|
||||
PREFIX ?= /usr
|
||||
DESTDIR ?= ./
|
||||
|
||||
all:
|
||||
python setup.py build
|
||||
|
||||
tarball:
|
||||
python setup.py sdist
|
||||
mv dist/deluge-*.tar.gz $(DESTDIR)
|
||||
|
||||
install:
|
||||
python setup.py install --prefix=$(PREFIX)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue