mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
fix one last use of "--root" in building which was corrupting the pathnames in .pyc files
This commit is contained in:
parent
f9e45391f6
commit
841840b5be
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user