]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
reverting a change zooko made (2258) to see if it clears up problems in the windows...
authorPeter Secor <secorp@allmydata.com>
Mon, 10 Mar 2008 18:37:49 +0000 (11:37 -0700)
committerPeter Secor <secorp@allmydata.com>
Mon, 10 Mar 2008 18:37:49 +0000 (11:37 -0700)
Makefile

index f1f94d32cbb2b86721eebadad47b00b0159550b7..73ccc002b8492b83b8abebd55290dc12701dd918 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 --prefix="$(SUPPORT)"
+               $(PYTHON) ./setup.py develop install --prefix="$(SUPPORT)"
        chmod +x bin/tahoe
        touch .built