push initscript when making sync
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 25 Oct 2011 16:45:05 +0000 (18:45 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 25 Oct 2011 16:45:05 +0000 (18:45 +0200)
Makefile

index c8cc28d..e3cd9a4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -138,6 +138,7 @@ else
        +$(RSYNC) ./sfa/ $(SSHURL)/usr/lib\*/python2.\*/site-packages/sfa/
        +$(RSYNC) ./tests/ $(SSHURL)/root/tests-sfa
        +$(RSYNC)  $(BINS) $(SSHURL)/usr/bin
+       +$(RSYNC) ./sfa/init.d/sfa  $(SSHURL)/etc/init.d
        $(SSHCOMMAND) exec service sfa restart
 endif