make/install.mk

changeset 46
636e05eb48f6
parent 45
a24aa388f02f
child 61
c858850f3d3a
--- a/make/install.mk	Wed Jan 02 16:03:50 2013 +0100
+++ b/make/install.mk	Sat Jan 12 14:00:47 2013 +0100
@@ -55,6 +55,6 @@
 	sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/stopserv.template > $(INSTALL_DIR)/bin/stopserv
 	chmod +x $(INSTALL_DIR)/bin/stopserv
 	sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/reconfig.template > $(INSTALL_DIR)/bin/reconfig
-	chmod -x $(INSTALL_DIR)/bin/reconfig
+	chmod +x $(INSTALL_DIR)/bin/reconfig
 	@echo "copy docs"
 	cp -R ../templates/docs $(INSTALL_DIR)/

mercurial