From a4c44252f3544a375051d4982b9d0967253661f7 Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Tue, 24 Jul 2007 16:31:17 +0000 Subject: [PATCH] Tweak Makefile to allow user specified prefixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17ee0c536..d217737d2 100644 --- a/Makefile +++ b/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