From 6cf4c8ae4017ea127d59d8b9b62435666741bb38 Mon Sep 17 00:00:00 2001 From: maho Date: Thu, 12 Aug 2004 05:46:57 +0000 Subject: Add temporary fix patch (planned to be deleted in next cws) --- .../files/patch-helpcontent+langren.pl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editors/openoffice.org-3/files/patch-helpcontent+langren.pl (limited to 'editors/openoffice.org-3') diff --git a/editors/openoffice.org-3/files/patch-helpcontent+langren.pl b/editors/openoffice.org-3/files/patch-helpcontent+langren.pl new file mode 100644 index 00000000000..7d2b7b71a32 --- /dev/null +++ b/editors/openoffice.org-3/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"; -- cgit