From 00c22e475f803b8089946e1d0315c2b1a5bf0030 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 8 Feb 2012 18:48:02 +0100 Subject: [PATCH] smarter make synclib wrt migrations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc38c443..0bfc75da 100644 --- a/Makefile +++ b/Makefile @@ -149,7 +149,7 @@ endif synclib: synccheck - +$(RSYNC) --relative ./sfa/ $(SSHURL)/usr/lib\*/python2.\*/site-packages/ + +$(RSYNC) --relative ./sfa/ --exclude migrations $(SSHURL)/usr/lib\*/python2.\*/site-packages/ syncbin: synccheck +$(RSYNC) $(BINS) $(SSHURL)/usr/bin/ syncinit: synccheck -- 2.43.0