setup: put back "chmod +x bin/tahoe" in the build target

This commit is contained in:
Zooko O'Whielacronx 2008-01-23 16:40:20 -07:00
parent f76a81fda2
commit 3b8fbc6ef2

View File

@ -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)