chiark / gitweb /
Makefile: deploy: Copy otter-ssh-proxy to deploy host too
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Jun 2021 19:09:33 +0000 (20:09 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 8 Jun 2021 19:09:33 +0000 (20:09 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index e4171bff3de698b306786d081c377d3db18313be..8f9d48bf5bc6885ad8918340732233326b119d0a 100644 (file)
--- 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)/.