diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-25 12:40:25 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-25 12:40:35 +0100 |
commit | 381d3499a46ce7891548ccc220fafabbdf054025 (patch) | |
tree | a54dbc1eb1b5ce145821e1c812f3658f51074053 /solenv/gbuild/platform/linux.mk | |
parent | a8bc463c2c847469d0d800147d50356a98e25e90 (diff) |
fixing installation paths for subsequent tests
Diffstat (limited to 'solenv/gbuild/platform/linux.mk')
-rwxr-xr-x | solenv/gbuild/platform/linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/linux.mk b/solenv/gbuild/platform/linux.mk index 3ba9a21e84f2..9577bd8ea47f 100755 --- a/solenv/gbuild/platform/linux.mk +++ b/solenv/gbuild/platform/linux.mk @@ -378,7 +378,7 @@ endef define gb_JunitTest_JunitTest_platform $(call gb_JunitTest_get_target,$(1)) : DEFS := \ - -Dorg.openoffice.test.arg.soffice="$$$${OOO_TEST_SOFFICE:-path:$(OUTDIR)/installation/opt/openoffice.org3/program/soffice}" \ + -Dorg.openoffice.test.arg.soffice="$$$${OOO_TEST_SOFFICE:-path:$(OUTDIR)/installation/opt/program/soffice}" \ -Dorg.openoffice.test.arg.env=LD_LIBRARY_PATH \ -Dorg.openoffice.test.arg.user=file://$(call gb_JunitTest_get_userdir,$(1)) \ |