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 | d728dd80014f19560df0409f9e3a231abdfa7c77 (patch) | |
tree | a22c929c75b3b0fb346de40e0e643244c808d633 /eclass/mono.eclass | |
parent | fix build on fbsd and keyword it x86-fbsd, bug #210965 (diff) | |
download | gentoo-2-d728dd80014f19560df0409f9e3a231abdfa7c77.tar.gz gentoo-2-d728dd80014f19560df0409f9e3a231abdfa7c77.tar.bz2 gentoo-2-d728dd80014f19560df0409f9e3a231abdfa7c77.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}" |