]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-pld-config.patch
- fix nwf section in apply; fix widgetsets option
[packages/libreoffice.git] / openoffice-pld-config.patch
CommitLineData
72f62858
AM
1diff -urN ooo-build-1.1.54.org/bin/ooo-wrapper.in ooo-build-1.1.54/bin/ooo-wrapper.in
2--- ooo-build-1.1.54.org/bin/ooo-wrapper.in 2004-04-30 02:50:19.000000000 +0200
3+++ ooo-build-1.1.54/bin/ooo-wrapper.in 2004-05-04 11:46:33.758758960 +0200
4@@ -57,13 +57,8 @@
5
6 my ($UserInstallDir, $SetupConfig);
7
8-if ( $VendorName eq "RedHat" ) {
9- # Define user installation directory
10- $UserInstallDir = "$ENV{HOME}/.rhopenoffice$ConfigSuffix";
11-} else {
12- # Define user installation directory
13- $UserInstallDir = "$ENV{HOME}/.xopenoffice$ConfigSuffix";
14-}
15+# Define user installation directory
16+$UserInstallDir = "$ENV{HOME}/.openoffice";
17
18 # Define setup autoresponse file for user installation
19 $SetupConfig = "/etc/openoffice/autoresponse$BinSuffix.conf";
20
This page took 0.042297 seconds and 4 git commands to generate.