summaryrefslogtreecommitdiff
path: root/desktop/Package_branding_custom.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-10 12:46:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-10 12:50:25 +0200
commita356da4e2adefd86d6f802c0753b3718909e4e4c (patch)
tree308cf1bf018137d812497b57c6f6454e8df63126 /desktop/Package_branding_custom.mk
parent5d79c18c3201e6fb2ce95055fd1d9201ed919a8b (diff)
Abstract over PACKAGEDIRNAME as it is MacOS rather than program on Mac OS X
Otherwise, the FILELIST scp2 items would create a program directory even on Mac OS X, before gid_Brand_Unixlink_Program creates the program -> MacOS symlink. (gb_Pyuno_PROGRAMDIRNAME shoudl be renamed to something more general than Pyuno, and maybe more */Package_*.mk would benefit from using it.) Change-Id: Ib6fc8d1abaf3b1a47a0f026a62bf0abdb14fc521
Diffstat (limited to 'desktop/Package_branding_custom.mk')
-rw-r--r--desktop/Package_branding_custom.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Package_branding_custom.mk b/desktop/Package_branding_custom.mk
index c240ab7656c2..449a4299154f 100644
--- a/desktop/Package_branding_custom.mk
+++ b/desktop/Package_branding_custom.mk
@@ -11,11 +11,11 @@ $(eval $(call gb_Package_Package,desktop_branding_custom,$(CUSTOM_BRAND_DIR)))
$(eval $(call gb_Package_set_outdir,desktop_branding_custom,$(INSTDIR)))
-$(eval $(call gb_Package_add_files,desktop_branding_custom,program,\
+$(eval $(call gb_Package_add_files,desktop_branding_custom,$(gb_Pyuno_PROGRAMDIRNAME),\
$(filter $(BRAND_INTRO_IMAGES),$(CUSTOM_BRAND_IMAGES)) \
))
-$(eval $(call gb_Package_add_files,desktop_branding_custom,program/shell,\
+$(eval $(call gb_Package_add_files,desktop_branding_custom,$(gb_Pyuno_PROGRAMDIRNAME)/shell,\
$(filter-out $(BRAND_INTRO_IMAGES),$(CUSTOM_BRAND_IMAGES)) \
))