diff options
author | Noel Power <noel.power@novell.com> | 2010-09-21 12:53:14 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2010-09-21 12:53:14 +0100 |
commit | 149d18600b6619a97b04f026afa84fb8a6d7a1e2 (patch) | |
tree | 16b0d94c81694430d5ff8405b365d36d41aa278b | |
parent | edd991b20a18642e22b97808fc0ceec6a553b37f (diff) |
fix smoketest
-rw-r--r-- | solenv/inc/installationtest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/installationtest.mk b/solenv/inc/installationtest.mk index 6806e15c69e7..322ba4d9ac3b 100644 --- a/solenv/inc/installationtest.mk +++ b/solenv/inc/installationtest.mk @@ -56,7 +56,7 @@ my_sofficepath = \ $(installationtest_instpath)'/opt/OpenOffice.org 3/program/soffice.exe' .ELSE my_sofficepath = \ - $(installationtest_instpath)/opt/openoffice.org3/program/soffice + $(installationtest_instpath)/opt/program/soffice .END .IF "$(OOO_TEST_SOFFICE)" == "" |