diff -r a24aa388f02f -r 636e05eb48f6 make/install.mk --- 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)/