]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
use rsync to avoid text busy on install
authorAndrew Tridgell <tridge@samba.org>
Sat, 28 Apr 2007 15:13:02 +0000 (17:13 +0200)
committerAndrew Tridgell <tridge@samba.org>
Sat, 28 Apr 2007 15:13:02 +0000 (17:13 +0200)
(This used to be ctdb commit d19be7ea56003faffcb3fb8a76fd804df0431242)

ctdb/Makefile.in

index a80908c638c60a9c8bc14944aa54b07650bb431e..81cf72516d877cc80c1cd11e22242ab1b0c9cb8e 100644 (file)
@@ -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