diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-13 13:59:02 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-12-13 13:59:02 +0000 |
commit | 476e628b10beca9fa8b421649e16cc2e00be3e4e (patch) | |
tree | f03578c320e6f7918f2cc0b8609256cc1ee086dc /eclass/mono.eclass | |
parent | fix build on fbsd and keyword it x86-fbsd, bug #210965 (diff) | |
download | historical-476e628b10beca9fa8b421649e16cc2e00be3e4e.tar.gz historical-476e628b10beca9fa8b421649e16cc2e00be3e4e.tar.bz2 historical-476e628b10beca9fa8b421649e16cc2e00be3e4e.zip |
Export XDG_CONFIG_HOME="${T}" to avoid sandbox violations.
Diffstat (limited to 'eclass/mono.eclass')
-rw-r--r-- | eclass/mono.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/mono.eclass b/eclass/mono.eclass index e9fffce8aa38..cddd1b08cd68 100644 --- a/eclass/mono.eclass +++ b/eclass/mono.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.8 2008/03/01 23:49:15 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mono.eclass,v 1.9 2008/12/13 13:59:02 loki_val Exp $ # @ECLASS: mono.eclass # @MAINTAINER: @@ -21,3 +21,8 @@ export MONO_SHARED_DIR="${T}" # variable is not set to C. To prevent this all mono related packages will be # build with LC_ALL=C (see bugs #146424, #149817) export LC_ALL=C + +#Monodevelop-using applications need this to be set or they will try to create config +#files in the user's ~ dir. + +export XDG_CONFIG_HOME="${T}" |