From: Zooko O'Whielacronx Date: Wed, 23 May 2007 22:01:49 +0000 (-0700) Subject: fix one last use of "--root" in building which was corrupting the pathnames in .pyc... X-Git-Tag: allmydata-tahoe-0.3.0~64 X-Git-Url: https://git.rkrishnan.org/specifications/banana.xhtml?a=commitdiff_plain;h=841840b5bea08a67c8c0bdbc55ef318c92946c99;p=tahoe-lafs%2Ftahoe-lafs.git fix one last use of "--root" in building which was corrupting the pathnames in .pyc files --- diff --git a/GNUmakefile b/GNUmakefile index bf5cfd17..b3e3a42f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -59,7 +59,7 @@ make-version: $(PYTHON) misc/make-version.py build: make-version build-zfec build-Crypto build-foolscap - $(PP) $(PYTHON) ./setup.py $(EXTRA_SETUP_ARGS) install --prefix="." --root="$(INSTDIR)" --install-lib="lib" --install-scripts="bin" + $(PP) $(PYTHON) ./setup.py $(EXTRA_SETUP_ARGS) install --prefix="$(INSTDIR)" --install-lib="$(INSTDIR)/lib" --install-scripts="$(INSTDIR)/bin" build-zfec: cd src/zfec && \