diff options
author | mbr <mbr@FreeBSD.org> | 2003-04-01 16:25:59 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-04-01 16:25:59 +0800 |
commit | c0eb396e0b98cb185ccc7f6d6b548e9019990b92 (patch) | |
tree | deb2bb30b6c7f3ad9dc830fd87a0ca365eddf0d4 /editors | |
parent | f841eaa5e09f7fe1851e93be8798d6bf5dc62ef0 (diff) | |
download | freebsd-ports-gnome-c0eb396e0b98cb185ccc7f6d6b548e9019990b92.tar.gz freebsd-ports-gnome-c0eb396e0b98cb185ccc7f6d6b548e9019990b92.tar.zst freebsd-ports-gnome-c0eb396e0b98cb185ccc7f6d6b548e9019990b92.zip |
This snapshot has a different path for the userdir.
Diffstat (limited to 'editors')
17 files changed, 67 insertions, 67 deletions
diff --git a/editors/openoffice-1.1-devel/files/openoffice-wrapper b/editors/openoffice-1.1-devel/files/openoffice-wrapper index 34d617b33e99..5a7e59acde28 100644 --- a/editors/openoffice-1.1-devel/files/openoffice-wrapper +++ b/editors/openoffice-1.1-devel/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1-devel/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice-1.1/files/openoffice-wrapper b/editors/openoffice-1.1/files/openoffice-wrapper index e1ef8ed79459..fb128781bb08 100644 --- a/editors/openoffice-1.1/files/openoffice-wrapper +++ b/editors/openoffice-1.1/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice-2.0-devel/files/openoffice-wrapper b/editors/openoffice-2.0-devel/files/openoffice-wrapper index e9b4ec0508ac..b4d98521d978 100644 --- a/editors/openoffice-2.0-devel/files/openoffice-wrapper +++ b/editors/openoffice-2.0-devel/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-2.0-devel/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-2.0-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice-3-devel/files/openoffice-wrapper b/editors/openoffice-3-devel/files/openoffice-wrapper index 9637078373bc..c7b2efb52ff6 100644 --- a/editors/openoffice-3-devel/files/openoffice-wrapper +++ b/editors/openoffice-3-devel/files/openoffice-wrapper @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice-3/files/openoffice-wrapper b/editors/openoffice-3/files/openoffice-wrapper index ed1b69a5065d..49144aecfd19 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.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice-devel/files/openoffice-wrapper b/editors/openoffice-devel/files/openoffice-wrapper index e074e4e68a81..1f70103fc420 100644 --- a/editors/openoffice-devel/files/openoffice-wrapper +++ b/editors/openoffice-devel/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-devel/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-1.1-devel/files/openoffice-wrapper b/editors/openoffice.org-1.1-devel/files/openoffice-wrapper index b97b72289ca7..752f1c6fd60f 100644 --- a/editors/openoffice.org-1.1-devel/files/openoffice-wrapper +++ b/editors/openoffice.org-1.1-devel/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1-devel/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-1.1/files/openoffice-wrapper b/editors/openoffice.org-1.1/files/openoffice-wrapper index b20f18dec986..6af1dfe07703 100644 --- a/editors/openoffice.org-1.1/files/openoffice-wrapper +++ b/editors/openoffice.org-1.1/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-2-RC/files/openoffice-wrapper b/editors/openoffice.org-2-RC/files/openoffice-wrapper index 51c8a4aa9c73..89a02e5b5dae 100644 --- a/editors/openoffice.org-2-RC/files/openoffice-wrapper +++ b/editors/openoffice.org-2-RC/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-RC/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-RC/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-2-devel/files/openoffice-wrapper b/editors/openoffice.org-2-devel/files/openoffice-wrapper index 1fe0f5e3af02..ed76f0d81956 100644 --- a/editors/openoffice.org-2-devel/files/openoffice-wrapper +++ b/editors/openoffice.org-2-devel/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-devel/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-2.0-devel/files/openoffice-wrapper b/editors/openoffice.org-2.0-devel/files/openoffice-wrapper index 8eee42eef836..f874d1a16d92 100644 --- a/editors/openoffice.org-2.0-devel/files/openoffice-wrapper +++ b/editors/openoffice.org-2.0-devel/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0-devel/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-2.0/files/openoffice-wrapper b/editors/openoffice.org-2.0/files/openoffice-wrapper index 4faa8ec53df4..a7b701845f36 100644 --- a/editors/openoffice.org-2.0/files/openoffice-wrapper +++ b/editors/openoffice.org-2.0/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-2/files/openoffice-wrapper b/editors/openoffice.org-2/files/openoffice-wrapper index dfca270c0100..ffc7d3e28318 100644 --- a/editors/openoffice.org-2/files/openoffice-wrapper +++ b/editors/openoffice.org-2/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-3-RC/files/openoffice-wrapper b/editors/openoffice.org-3-RC/files/openoffice-wrapper index a65c0ecf5776..e27580fd93d3 100644 --- a/editors/openoffice.org-3-RC/files/openoffice-wrapper +++ b/editors/openoffice.org-3-RC/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-RC/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-RC/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-3-devel/files/openoffice-wrapper b/editors/openoffice.org-3-devel/files/openoffice-wrapper index da65230f4707..9f6a7b0f3937 100644 --- a/editors/openoffice.org-3-devel/files/openoffice-wrapper +++ b/editors/openoffice.org-3-devel/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-devel/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-devel/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-3/files/openoffice-wrapper b/editors/openoffice.org-3/files/openoffice-wrapper index 993675a92c3c..2184176130cf 100644 --- a/editors/openoffice.org-3/files/openoffice-wrapper +++ b/editors/openoffice.org-3/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi diff --git a/editors/openoffice.org-vcltesttool/files/openoffice-wrapper b/editors/openoffice.org-vcltesttool/files/openoffice-wrapper index 73c1f4733ed0..43c94f0a4fa6 100644 --- a/editors/openoffice.org-vcltesttool/files/openoffice-wrapper +++ b/editors/openoffice.org-vcltesttool/files/openoffice-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-vcltesttool/files/Attic/openoffice-wrapper,v 1.5 2003-03-29 07:47:10 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-vcltesttool/files/Attic/openoffice-wrapper,v 1.6 2003-04-01 08:25:59 mbr Exp $ oopath=%%PREFIX%%/OpenOffice.org-%%BUILD_NR%%/program/ program=`echo $0 | sed -e 's|.*-||'` @@ -9,9 +9,9 @@ if [ ! $LANG ]; then export LANG=%%LANG%% fi -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 +if [ -e $HOME/OpenOffice.org644/setup.log ]; then + if [ ! -e $HOME/OpenOffice.org644/user/config/soffice.cfg ]; then + touch $HOME/OpenOffice.org644/user/config/soffice.cfg fi fi |