[Libreoffice-commits] .: solenv/inc
Thomas Klausner
tklausner at kemper.freedesktop.org
Fri Oct 22 03:22:41 PDT 2010
solenv/inc/unitools.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 073ec8909de9cb8e88661a47494732aab39e7f45
Author: Thomas Klausner <wiz at NetBSD.org>
Date: Fri Oct 22 12:22:06 2010 +0200
Use "cp -R" for recursive copies on NetBSD (just like on Mac OS X).
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk
index 3d7da3e..6bf0653 100644
--- a/solenv/inc/unitools.mk
+++ b/solenv/inc/unitools.mk
@@ -107,7 +107,7 @@ PERL*=perl
TYPE=cat
CDD=cd
COPY=cp -f
-.IF "$(OS)"=="MACOSX"
+.IF "$(OS)"=="MACOSX" || "$(OS)"=="NETBSD"
COPYRECURSE=-R
.ELSE #"$(OS)"=="MACOSX"
COPYRECURSE=-r
More information about the Libreoffice-commits
mailing list