summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.1/files')
-rw-r--r--editors/openoffice-1.1/files/freebsd-local.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.1/files/freebsd-local.sh b/editors/openoffice-1.1/files/freebsd-local.sh
index aef69e5cff61..44fa969bab04 100644
--- a/editors/openoffice-1.1/files/freebsd-local.sh
+++ b/editors/openoffice-1.1/files/freebsd-local.sh
@@ -62,8 +62,8 @@ fi
# Create soffice.cfg if it does not exist.
#
if [ ! -z $OOHOME ] && [ -e $OOHOME/setup ]; then
- if [ ! -e $OOHOME/user/config/soffice.cfg ]; then
- touch $OOHOME/user/config/soffice.cfg
+ if [ ! -d $OOHOME/user/config/soffice.cfg ]; then
+ mkdir $OOHOME/user/config/soffice.cfg
fi
fi