From 844f555dc280dc8a9e0afdbedb8ad1805e0424ae Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Fri, 12 Feb 2016 13:55:47 +0100
Subject: [PATCH] firefox: fix unattended Jenkins build

---
 components/firefox/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/components/firefox/Makefile b/components/firefox/Makefile
index 79f1c83..714a5e8 100644
--- a/components/firefox/Makefile
+++ b/components/firefox/Makefile
@@ -68,6 +68,7 @@
 
 CONFIGURE_ENV =	$(ENV)
 COMPONENT_BUILD_ENV =	$(ENV)
+COMPONENT_INSTALL_ENV += HOME=/tmp
 
 LANG_FILES=$(addsuffix .xpi,$(LANG_LIST))
 

--
Gitblit v1.9.3