Tweak Makefile to allow user specified prefixes

This commit is contained in:
Zach Tibbitts 2007-07-24 16:31:17 +00:00
parent d277cfb21a
commit a4c44252f3
1 changed files with 1 additions and 1 deletions

View File

@ -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