]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: put back "chmod +x bin/tahoe" in the build target
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 23:40:20 +0000 (16:40 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 23 Jan 2008 23:40:20 +0000 (16:40 -0700)
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)