From 841840b5bea08a67c8c0bdbc55ef318c92946c99 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Wed, 23 May 2007 15:01:49 -0700 Subject: [PATCH] fix one last use of "--root" in building which was corrupting the pathnames in .pyc files --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \ -- 2.45.2