From: Ian Jackson Date: Tue, 8 Jun 2021 19:09:33 +0000 (+0100) Subject: Makefile: deploy: Copy otter-ssh-proxy to deploy host too X-Git-Tag: otter-0.7.0~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=839e0e3ddc5fc8f9d1d5b5648cd34ccda76c2442;p=otter.git Makefile: deploy: Copy otter-ssh-proxy to deploy host too Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index e4171bff..8f9d48bf 100644 --- a/Makefile +++ b/Makefile @@ -440,7 +440,7 @@ DEPLOY_FINISH=/home/Otter/etc/deploy-finish for-deploy: stamp/cargo.deploy-build deploy: for-deploy bundled-sources assets libraries - rsync -zv --progress $(addprefix $(DEPLOY_TARGET_DIR)/,$(PROGRAMS)) $(DEPLOY_BASE)/bin/ + rsync -zvl --progress $(addprefix $(DEPLOY_TARGET_DIR)/,$(PROGRAMS) otter-ssh-proxy) $(DEPLOY_BASE)/bin/ rsync -zv --progress $(TARGET_DIR)/release/usvg $(DEPLOY_BASE)/libexec/ rsync -rv --progress $(TARGET_DIR)/bundled-sources/. $(DEPLOY_BASE)/bundled-sources rsync -r README.md $(DEPLOY_BASE)/.