From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Fri, 7 Mar 2008 01:28:20 +0000 (-0700)
Subject: setup: don't install, just "develop" in setup.py in build target
X-Git-Tag: allmydata-tahoe-0.9.0~54
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/uri/vdrive/...?a=commitdiff_plain;h=3945188401486df00efef0a70d33947a41c9705c;p=tahoe-lafs%2Ftahoe-lafs.git

setup: don't install, just "develop" in setup.py in build target
---

diff --git a/Makefile b/Makefile
index 73ccc002..f1f94d32 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ src/allmydata/_version.py:
 build: src/allmydata/_version.py
 	mkdir -p "$(SUPPORTLIB)"
 	PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)$(PATHSEP)" \
-		$(PYTHON) ./setup.py develop install --prefix="$(SUPPORT)"
+		$(PYTHON) ./setup.py develop --prefix="$(SUPPORT)"
 	chmod +x bin/tahoe
 	touch .built