]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-perl.patch
- up
[packages/libreoffice.git] / openoffice-perl.patch
1 diff -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 @@ -578,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.024467 seconds and 3 git commands to generate.