summaryrefslogtreecommitdiff
path: root/desktop/Package_scripts.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-29 22:52:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-29 22:52:28 +0200
commitf6848ac7375fec8dd3e883c6efe6206dda88fe63 (patch)
tree96f23378d74ccfb3758b21ab4773cae7d1e5e137 /desktop/Package_scripts.mk
parenta67e6ae04086f2f60bb9747fbfc09a5a3d303d84 (diff)
Adapt unoinfo to new Mac OS X LibreOffice.app layout
Change-Id: I0e7fc27f558de2af7e860ca2ab2da1952fc85678
Diffstat (limited to 'desktop/Package_scripts.mk')
-rw-r--r--desktop/Package_scripts.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Package_scripts.mk b/desktop/Package_scripts.mk
index 4ed94ad2f0d4..ed2ae3e84795 100644
--- a/desktop/Package_scripts.mk
+++ b/desktop/Package_scripts.mk
@@ -23,7 +23,7 @@ endif
ifneq ($(OS),WNT)
-$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/unoinfo,unoinfo.sh))
+$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/unoinfo,$(if $(filter MACOSX,$(OS)),unoinfo-mac.sh,unoinfo.sh)))
$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/unopkg,unopkg.sh))
endif