summaryrefslogtreecommitdiff
path: root/desktop/Package_branding.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Package_branding.mk')
-rw-r--r--desktop/Package_branding.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Package_branding.mk b/desktop/Package_branding.mk
index c8739fab3ae5..5d7dbf5c03ed 100644
--- a/desktop/Package_branding.mk
+++ b/desktop/Package_branding.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_Package_set_outdir,desktop_branding,$(INSTDIR)))
$(eval $(call gb_Package_add_files,desktop_branding,$(LIBO_ETC_FOLDER),\
$(foreach image,$(filter $(BRAND_INTRO_IMAGES),$(DEFAULT_BRAND_IMAGES)),\
$(if $(filter intro.png,$(image)),\
- $(if $(filter TRUE,$(ENABLE_RELEASE_BUILD)),brand,brand_dev)/$(image),\
+ $(if $(ENABLE_RELEASE_BUILD),brand,brand_dev)/$(image),\
brand/$(image) \
) \
) \