From: Andrew Tridgell Date: Sat, 28 Apr 2007 15:13:02 +0000 (+0200) Subject: use rsync to avoid text busy on install X-Git-Tag: tevent-0.9.20~348^2~2817 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6977a714f952b721988526c70e77a724c7d99f7;p=thirdparty%2Fsamba.git use rsync to avoid text busy on install (This used to be ctdb commit d19be7ea56003faffcb3fb8a76fd804df0431242) --- diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index a80908c638c..81cf72516d8 100644 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -108,8 +108,8 @@ distclean: clean install: all mkdir -p $(bindir) mkdir -p $(includedir) - cp $(BINS) $(bindir) - cp $(srcdir)/include/ctdb.h $(includedir) + rsync $(BINS) $(bindir) + rsync $(srcdir)/include/ctdb.h $(includedir) test: tests/run_tests.sh