diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2004-01-10 00:01:12 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2004-01-10 00:01:12 +0000 |
commit | 9ea3d2522618d97cd174ca70a4ed41f3e69a0246 (patch) | |
tree | 6ae8345f3b056e1a0dcdaff31f80461a9c12c501 /editors/openoffice-1.1 | |
parent | 9f405e084da744ce33d0f5a121136b0e931896d3 (diff) | |
download | ports-9ea3d2522618d97cd174ca70a4ed41f3e69a0246.tar.gz ports-9ea3d2522618d97cd174ca70a4ed41f3e69a0246.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/files/freebsd-local.sh | 4 |
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 |