summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2004-01-10 00:01:12 +0000
committerMartin Blapp <mbr@FreeBSD.org>2004-01-10 00:01:12 +0000
commit9ea3d2522618d97cd174ca70a4ed41f3e69a0246 (patch)
tree6ae8345f3b056e1a0dcdaff31f80461a9c12c501 /editors/openoffice-1.1/files
parent- Update to 0.3.2 (diff)
$OOHOME/user/config/soffice.cfg is a directory, not a file.
Notes
Notes: svn path=/head/; revision=97820
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