From d6977a714f952b721988526c70e77a724c7d99f7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 28 Apr 2007 17:13:02 +0200 Subject: [PATCH] use rsync to avoid text busy on install (This used to be ctdb commit d19be7ea56003faffcb3fb8a76fd804df0431242) --- ctdb/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3