]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-perl.patch
- taken from RH
[packages/libreoffice.git] / openoffice-perl.patch
CommitLineData
054ce5c6 1diff -uNr oo.old/config_office/set_soenv.1 oo/config_office/set_soenv.1
2--- oo.old/config_office/set_soenv.1 Wed Jul 3 22:44:19 2002
3+++ oo/config_office/set_soenv.1 Wed Jul 3 22:35:35 2002
4@@ -579,7 +579,9 @@
5 { AddWarning( "set_soenv", "makefile.rc not found in config_office/. Could not copy to SRC_ROOT." );
6 }
7 else
8-{ `cp -f makefile.rc $SRC_ROOT/makefile.mk`;
9+{
10+ my $tempik;
11+ $tempik=`cp -f makefile.rc $SRC_ROOT/makefile.mk`;
12 }
13
14 # 2. Java home directory.
This page took 0.029099 seconds and 4 git commands to generate.