summaryrefslogtreecommitdiffstats
path: root/desktop/Package_branding_custom.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-22 19:59:37 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-23 00:54:43 +0300
commit4c63fd10a548d4e9e1848e2a4d7058cd91ede843 (patch)
treeeac7091c6fa969ed652f8ae23d775b13a30b2b66 /desktop/Package_branding_custom.mk
parentfdo#69601: quick fix for wrong cli_cppuhelper.dll in instset (diff)
downloadcore-4c63fd10a548d4e9e1848e2a4d7058cd91ede843.tar.gz
core-4c63fd10a548d4e9e1848e2a4d7058cd91ede843.zip
Try to fix cross-compilation
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
Diffstat (limited to 'desktop/Package_branding_custom.mk')
-rw-r--r--desktop/Package_branding_custom.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Package_branding_custom.mk b/desktop/Package_branding_custom.mk
index eed749618cb7..e7ceefd3bd0a 100644
--- a/desktop/Package_branding_custom.mk
+++ b/desktop/Package_branding_custom.mk
@@ -9,7 +9,7 @@
$(eval $(call gb_Package_Package,desktop_branding_custom,$(CUSTOM_BRAND_DIR)))
-$(eval $(call gb_Package_set_outdir,desktop_branding_custom,$(gb_INSTROOT)))
+$(eval $(call gb_Package_set_outdir,desktop_branding_custom,$(INSTROOT)))
$(eval $(call gb_Package_add_files,desktop_branding_custom,$(gb_PROGRAMDIRNAME),\
$(filter $(BRAND_INTRO_IMAGES),$(CUSTOM_BRAND_IMAGES)) \