diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-04-01 08:25:59 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-04-01 08:25:59 +0000 |
commit | 48dd9981c1f589bcdcfc16ede390be7badd1f4f0 (patch) | |
tree | eac83d170c2701135dbe528ee48484dde5eb5fd3 /editors/openoffice-3-devel | |
parent | FreeBSD port of TWiki (diff) |
This snapshot has a different path for the userdir.
Notes
Notes:
svn path=/head/; revision=77905
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/files/openoffice-wrapper | 6 |
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 9637078373bc..c7b2efb52ff6 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.org1.1Beta/setup.log ]; then - if [ ! -e $HOME/OpenOffice.org1.1Beta/user/config/soffice.cfg ]; then - touch $HOME/OpenOffice.org1.1Beta/user/config/soffice.cfg +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 fi fi |