diff options
Diffstat (limited to 'editors/openoffice-3-devel/files/openoffice-wrapper')
-rw-r--r-- | editors/openoffice-3-devel/files/openoffice-wrapper | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/openoffice-3-devel/files/openoffice-wrapper b/editors/openoffice-3-devel/files/openoffice-wrapper index d4f1f5c..9637078 100644 --- a/editors/openoffice-3-devel/files/openoffice-wrapper +++ b/editors/openoffice-3-devel/files/openoffice-wrapper @@ -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 |