From: Zooko O'Whielacronx Date: Wed, 23 Jan 2008 23:40:20 +0000 (-0700) Subject: setup: put back "chmod +x bin/tahoe" in the build target X-Git-Url: https://git.rkrishnan.org/frontends//%22%22?a=commitdiff_plain;h=3b8fbc6ef2e19f801cd5ce56c70bafd533954031;p=tahoe-lafs%2Ftahoe-lafs.git setup: put back "chmod +x bin/tahoe" in the build target --- diff --git a/Makefile b/Makefile index d7997caa..695465da 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)