This commit is contained in:
parent
a4c44252f3
commit
117cbb7d1b
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…
x
Reference in New Issue
Block a user