[Libreoffice-commits] .: solenv/inc

François Tigeot ftigeot at kemper.freedesktop.org
Mon Feb 21 06:52:18 PST 2011


 solenv/inc/unitools.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 13dc963752638787b8dbc3434d23d3dec7c1b1d3
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Sun Feb 20 07:51:05 2011 +0100

    Do not use GNU cp syntax on DragonFly.

diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
index c6055d1..17c7c03 100644
--- a/solenv/inc/unitools.mk
+++ b/solenv/inc/unitools.mk
@@ -107,7 +107,8 @@ PERL*=perl
 TYPE=cat
 CDD=cd
 COPY=cp -f
-.IF "$(OS)"=="MACOSX" || "$(OS)"=="NETBSD" || "$(OS)"=="OPENBSD"
+.IF "$(OS)"=="MACOSX" || "$(OS)"=="NETBSD" || "$(OS)"=="OPENBSD" || \
+    "$(OS)"=="DRAGONFLY"
 COPYRECURSE=-R
 .ELSE #"$(OS)"=="MACOSX"
 COPYRECURSE=-r


More information about the Libreoffice-commits mailing list