From: Thierry Parmentelat Date: Fri, 29 Mar 2019 15:21:46 +0000 (+0100) Subject: make syncbin to also push keyconvert.py X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2e0f1067f4855ecae8720d9a45f87dd0fa5147a0;p=sfa.git make syncbin to also push keyconvert.py --- diff --git a/Makefile b/Makefile index 485f10a3..766bc1d6 100644 --- a/Makefile +++ b/Makefile @@ -188,8 +188,7 @@ RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) --no-owner $(RSYNC_EXCLUDES) CLIENTS = $(shell ls clientbin/*.py) BINS = ./config/sfa-config-tty ./systemd/sfa-setup.sh \ - ./sfa/server/sfa-start.py \ - ./clientbin/sfaadmin.py \ + ./sfa/server/sfa-start.py ./clientbin/sfaadmin.py keyconvert/keyconvert.py \ $(CLIENTS) synclib: synccheck