summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/patch-helpcontent+langren.pl
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-08-12 05:46:57 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-08-12 05:46:57 +0000
commit9ed57d3561eac588b3a446a81621b6fe322c83df (patch)
treecda97748474c55ea73502fbcce4059f580dd0647 /editors/openoffice.org-2-RC/files/patch-helpcontent+langren.pl
parento Update to cws_src680_ooo20040815 checked out at 2004/Aug/12 (diff)
Add temporary fix patch (planned to be deleted in next cws)
Notes
Notes: svn path=/head/; revision=115988
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-2-RC/files/patch-helpcontent+langren.pl20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-helpcontent+langren.pl b/editors/openoffice.org-2-RC/files/patch-helpcontent+langren.pl
new file mode 100644
index 000000000000..7d2b7b71a329
--- /dev/null
+++ b/editors/openoffice.org-2-RC/files/patch-helpcontent+langren.pl
@@ -0,0 +1,20 @@
+#iz 32769
+http://qa.openoffice.org/issues/show_bug.cgi?id=32769
+temporary fix.
+
+Index: langren.pl
+===================================================================
+RCS file: /cvs/installation/helpcontent/langren.pl,v
+retrieving revision 1.4
+diff -u -r1.4 langren.pl
+--- ../helpcontent/langren.pl.org 12 Jul 2004 12:43:08 -0000 1.4
++++ ../helpcontent/langren.pl 10 Aug 2004 07:58:54 -0000
+@@ -123,7 +123,7 @@
+ }
+ } else {
+ system("mkdir -p $dest_dir");
+- my $cpcmd = ( -x "$ENV{'BUILD_TOOLS'}/gnucp" ? "$ENV{BUILD_TOOLS}/gnucp" : "cp" );
++ my $cpcmd = ( -x "$ENV{'GNUCOPY'}" ? "$ENV{'GNUCOPY'}" : "cp" );
+ if ( system("$cpcmd -r -u $src_dir/* $dest_dir")) {
+ print STDERR "error while copying\n";
+ unlink ".langren_working";