projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e4539
)
fix one last use of "--root" in building which was corrupting the pathnames in .pyc...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 23 May 2007 22:01:49 +0000
(15:01 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 23 May 2007 22:01:49 +0000
(15:01 -0700)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index bf5cfd1788d3f8199dea443db0c8cf2806a5d8aa..b3e3a42fcf8ec5a6189a65c0087cd976a5429428 100644
(file)
--- 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 && \