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:
f76a81f
)
setup: put back "chmod +x bin/tahoe" in the build target
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 23 Jan 2008 23:40:20 +0000
(16:40 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 23 Jan 2008 23:40:20 +0000
(16:40 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d7997caaab84da034e9d12d3beb8874e01cbaa2c..695465dab38c0aa23465d3f157f53e8050d4023b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-103,6
+103,7
@@
build: src/allmydata/_version.py
mkdir -p "$(SUPPORTLIB)"
PYTHONPATH="$(PYTHONPATH)$(PATHSEP)$(SUPPORTLIB)$(PATHSEP)" \
$(PYTHON) ./setup.py develop install --prefix="$(SUPPORT)"
+ chmod +x bin/tahoe
# 'make install' will do the following:
# build+install tahoe (probably to /usr/lib/pythonN.N/site-packages)