summaryrefslogtreecommitdiff
path: root/desktop/Package_branding_custom.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-10 14:06:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-10 14:06:47 +0200
commit717c9643bdb991eec87540fb3102c6ef6a25fce8 (patch)
tree36dbbd8874090a16fc091723f134d9c874ecae2e /desktop/Package_branding_custom.mk
parentfb889fa870badb051a48d648f722b7895c6f8896 (diff)
More gb_PROGRAMDIRNAME clean up
Change-Id: I5af86e15bcb8958a680e7309f13d7a865f29d7a9
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 449a4299154f..5713d3f8b367 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,$(gb_Pyuno_PROGRAMDIRNAME),\
+$(eval $(call gb_Package_add_files,desktop_branding_custom,$(gb_PROGRAMDIRNAME),\
$(filter $(BRAND_INTRO_IMAGES),$(CUSTOM_BRAND_IMAGES)) \
))
-$(eval $(call gb_Package_add_files,desktop_branding_custom,$(gb_Pyuno_PROGRAMDIRNAME)/shell,\
+$(eval $(call gb_Package_add_files,desktop_branding_custom,$(gb_PROGRAMDIRNAME)/shell,\
$(filter-out $(BRAND_INTRO_IMAGES),$(CUSTOM_BRAND_IMAGES)) \
))