diff --git a/Makefile b/Makefile index d7997caaa..695465dab 100644 --- 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)