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/?p=sfa.git;a=commitdiff_plain;h=e5537b113b6fe5874fdcd5b12414568500aa106c make syncbin to also push keyconvert.py --- diff --git a/Makefile b/Makefile index 9c50f126..c6b1b338 100644 --- a/Makefile +++ b/Makefile @@ -176,8 +176,7 @@ RSYNC := rsync -ai $(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