make/install.mk

changeset 46
636e05eb48f6
parent 45
a24aa388f02f
child 61
c858850f3d3a
equal deleted inserted replaced
45:a24aa388f02f 46:636e05eb48f6
53 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/startserv.template > $(INSTALL_DIR)/bin/startserv 53 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/startserv.template > $(INSTALL_DIR)/bin/startserv
54 chmod +x $(INSTALL_DIR)/bin/startserv 54 chmod +x $(INSTALL_DIR)/bin/startserv
55 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/stopserv.template > $(INSTALL_DIR)/bin/stopserv 55 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/stopserv.template > $(INSTALL_DIR)/bin/stopserv
56 chmod +x $(INSTALL_DIR)/bin/stopserv 56 chmod +x $(INSTALL_DIR)/bin/stopserv
57 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/reconfig.template > $(INSTALL_DIR)/bin/reconfig 57 sed s:%%WS_INSTALL_DIR%%:$(INSTALL_DIR):g ../templates/bin/reconfig.template > $(INSTALL_DIR)/bin/reconfig
58 chmod -x $(INSTALL_DIR)/bin/reconfig 58 chmod +x $(INSTALL_DIR)/bin/reconfig
59 @echo "copy docs" 59 @echo "copy docs"
60 cp -R ../templates/docs $(INSTALL_DIR)/ 60 cp -R ../templates/docs $(INSTALL_DIR)/

mercurial