mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
Tweak Makefile to allow user specified prefixes
This commit is contained in:
parent
d277cfb21a
commit
a4c44252f3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
||||||
# Makefile for Deluge
|
# Makefile for Deluge
|
||||||
#
|
#
|
||||||
PYVER=`python -c "import sys; print sys.version[:3]"`
|
PYVER=`python -c "import sys; print sys.version[:3]"`
|
||||||
PREFIX = /usr
|
PREFIX ?= /usr
|
||||||
|
|
||||||
all:
|
all:
|
||||||
python setup.py build
|
python setup.py build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue