------------------------------------------------------------
revno: 214
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
branch nick: tridge
timestamp: Sat 2007-04-28 17:13:02 +0200
message:
  use rsync to avoid text busy on install
modified:
  Makefile.in                    makefile.in-20061117234101-o3qt14umlg9en8z0-1
=== modified file 'Makefile.in'
--- a/Makefile.in       2007-04-28 08:57:58 +0000
+++ b/Makefile.in       2007-04-28 15:13:02 +0000
@@ -108,8 +108,8 @@
 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

Reply via email to