mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-29 15:43:54 +00:00
setup: put back "chmod +x bin/tahoe" in the build target
This commit is contained in:
parent
f76a81fda2
commit
3b8fbc6ef2
1
Makefile
1
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user