summaryrefslogtreecommitdiff
path: root/smoketest/CppunitTest_smoketest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/CppunitTest_smoketest.mk')
-rw-r--r--smoketest/CppunitTest_smoketest.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk
index ee0d8156c791..f607c069c4c9 100644
--- a/smoketest/CppunitTest_smoketest.mk
+++ b/smoketest/CppunitTest_smoketest.mk
@@ -48,9 +48,9 @@ $(eval $(call gb_CppunitTest_use_libraries,smoketest,\
))
ifeq ($(OS),MACOSX)
-smoketest_SOFFICE := path:$(DEVINSTALLDIR)/opt/LibreOffice.app/Contents/MacOS/soffice
+smoketest_SOFFICE := path:$(gb_DEVINSTALLROOT)/MacOS/soffice
else
-smoketest_SOFFICE := path:$(DEVINSTALLDIR)/opt/program/soffice
+smoketest_SOFFICE := path:$(gb_DEVINSTALLROOT)/program/soffice
endif
$(eval $(call gb_CppunitTest_use_ure,smoketest))