From a9d5825667f6c7428d39e4ff199a8e36db499bcb Mon Sep 17 00:00:00 2001 From: mbr Date: Sat, 29 Mar 2003 07:47:10 +0000 Subject: Only do the workaround if a user-install exists. --- editors/openoffice-3/files/openoffice-wrapper | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'editors/openoffice-3') diff --git a/editors/openoffice-3/files/openoffice-wrapper b/editors/openoffice-3/files/openoffice-wrapper index 2fbc82c17e57..ed1b69a5065d 100644 --- a/editors/openoffice-3/files/openoffice-wrapper +++ b/editors/openoffice-3/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/openoffice-wrapper,v 1.4 2003-03-28 09:00:55 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,8 +9,10 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -if [ ! -e $HOME/OpenOffice.org1.1Beta/user/config/soffice.cfg ]; then - touch $HOME/OpenOffice.org1.1Beta/user/config/soffice.cfg +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 + fi fi case $program in -- cgit