diff options
Diffstat (limited to 'desktop/Package_scripts.mk')
-rw-r--r-- | desktop/Package_scripts.mk | 2 |
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 |