mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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
|
||||
#
|
||||
PYVER=`python -c "import sys; print sys.version[:3]"`
|
||||
PREFIX = /usr
|
||||
PREFIX ?= /usr
|
||||
|
||||
all:
|
||||
python setup.py build
|
||||
|
|
Loading…
Add table
Reference in a new issue