diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-04-24 08:57:49 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-24 09:01:47 +0200 |
commit | 77f19d6e024006dac4434f60a377543314dbf261 (patch) | |
tree | b72f827575e406ed79a2897307c3582b5004e323 /smoketest | |
parent | 4af5efaaffba264d00109723e3ae33876bac4ae8 (diff) |
specific variable for where dev-install installs
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/CppunitTest_smoketest.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/CppunitTest_smoketest.mk b/smoketest/CppunitTest_smoketest.mk index cbfc3d30e609..71a7bcef2980 100644 --- a/smoketest/CppunitTest_smoketest.mk +++ b/smoketest/CppunitTest_smoketest.mk @@ -39,9 +39,9 @@ $(eval $(call gb_CppunitTest_use_libraries,smoketest,\ )) ifeq ($(OS),MACOSX) -my_soffice:=path:$(OUTDIR)/installation/opt/LibreOffice.app/Contents/MacOS/soffice +my_soffice:=path:$(DEVINSTALLDIR)/opt/LibreOffice.app/Contents/MacOS/soffice else -my_soffice:=path:$(OUTDIR)/installation/opt/program/soffice +my_soffice:=path:$(DEVINSTALLDIR)/opt/program/soffice endif $(eval $(call gb_CppunitTest_use_ure,smoketest)) |