X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=f1b1ce689f504f5506c8b96ed278b0740d39d330;hb=5b8f48a96358adf30514133504eff9f214cefc12;hp=a21ce8ff3549b31870b530a2139143d98f501013;hpb=a41956eb374d5ed4f303e6edc1448a02edd4f520;p=sfa.git diff --git a/Makefile b/Makefile index a21ce8ff..f1b1ce68 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,6 @@ python-install: python setup.py install --root=$(DESTDIR) chmod 444 $(DESTDIR)/etc/sfa/default_config.xml rm -rf $(DESTDIR)/usr/lib*/python*/site-packages/*egg-info - rm -rf $(DESTDIR)/usr/lib*/python*/site-packages/sfa/storage/sfa.sql (cd $(DESTDIR)/usr/bin ; ln -s sfi.py sfi; ln -s sfascan.py sfascan) python-clean: version-clean @@ -152,7 +151,6 @@ sync: synccheck +$(RSYNC) $(BINS) $(SSHURL)/usr/bin/ +$(RSYNC) ./init.d/sfa $(SSHURL)/etc/init.d/ +$(RSYNC) ./config/default_config.xml $(SSHURL)/etc/sfa/ - +$(RSYNC) ./sfa/storage/sfa.sql $(SSHURL)/usr/share/sfa/ $(SSHCOMMAND) exec service sfa restart # 99% of the time this is enough