From 3b8fbc6ef2e19f801cd5ce56c70bafd533954031 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 23 Jan 2008 16:40:20 -0700
Subject: [PATCH] setup: put back "chmod +x bin/tahoe" in the build target

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

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