summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/openoffice-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/openoffice-wrapper')
-rw-r--r--editors/openoffice-3-devel/files/openoffice-wrapper6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-3-devel/files/openoffice-wrapper b/editors/openoffice-3-devel/files/openoffice-wrapper
index 878e3cf0027e..9983d80f8b12 100644
--- a/editors/openoffice-3-devel/files/openoffice-wrapper
+++ b/editors/openoffice-3-devel/files/openoffice-wrapper
@@ -9,9 +9,9 @@ if [ ! $LANG ]; then
export LANG=%%LANG%%
fi
-if [ -e $HOME/OpenOffice.org644/setup.log ]; then
- if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then
- touch $HOME/OpenOffice.org644/user/config/soffice.cfg
+if [ -e $HOME/OpenOffice.org1.1/setup.log ]; then
+ if [ ! -e $HOME/OpenOffice.org1.1/user/config/soffice.cfg ]; then
+ touch $HOME/OpenOffice.org1.1/user/config/soffice.cfg
fi
fi