summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-09 18:06:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-09 18:07:26 +0100
commit57e6d742a9e2aeb11b179122991e7d35ca54543c (patch)
treec72eae79a692aa05aa8d5e3a0ac2370b82639bb0 /desktop
parentd51502c654ddc3ff6ef8ca7b8f190807bb0a8010 (diff)
On Mac OS X, directly name the executable "unopkg"
Change-Id: I5f846d7f7c5ed54179504f551e19227f7283bda2
Diffstat (limited to 'desktop')
-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 3c86abe88e90..a806c72ef120 100644
--- a/desktop/Package_scripts.mk
+++ b/desktop/Package_scripts.mk
@@ -12,13 +12,13 @@ $(eval $(call gb_Package_Package,desktop_scripts_install,$(SRCDIR)/desktop/scrip
ifeq (,$(filter MACOSX WNT,$(OS)))
$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/gdbtrace,gdbtrace))
+$(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/unopkg,unopkg.sh))
endif
ifneq ($(OS),WNT)
$(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