diff options
Diffstat (limited to 'editors/openoffice.org-1.1/files/freebsd-local.sh')
-rw-r--r-- | editors/openoffice.org-1.1/files/freebsd-local.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-1.1/files/freebsd-local.sh b/editors/openoffice.org-1.1/files/freebsd-local.sh index aef69e5cff61..44fa969bab04 100644 --- a/editors/openoffice.org-1.1/files/freebsd-local.sh +++ b/editors/openoffice.org-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 |