mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 07:58:38 +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]"`
|
PYVER=`python -c "import sys; print sys.version[:3]"`
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
|
DESTDIR ?= ./
|
||||||
|
|
||||||
all:
|
all:
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
||||||
|
tarball:
|
||||||
|
python setup.py sdist
|
||||||
|
mv dist/deluge-*.tar.gz $(DESTDIR)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
python setup.py install --prefix=$(PREFIX)
|
python setup.py install --prefix=$(PREFIX)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue