]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: don't install, just "develop" in setup.py in build target
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 7 Mar 2008 01:28:20 +0000 (18:28 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 7 Mar 2008 01:28:20 +0000 (18:28 -0700)
Makefile

index 73ccc002b8492b83b8abebd55290dc12701dd918..f1f94d32cbb2b86721eebadad47b00b0159550b7 100644 (file)
--- 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