>>> I've found a solution - I had to set XDG_CONFIG_HOME,  
>>> XDG_DATA_HOME and
>>> HOME to other locations. Thanks!
>>>
>> It seems that I've hurried a bit with the above statement. After  
>> doing:
>>
>> HOME=/tmp/mono XDG_CONFIG_HOME=/tmp/mono XDG_DATA_HOME=/tmp/mono  
>> make check
>>
>> I can still find some newly created stuff in /root/.config/.mono and
>> /root/.config/.isolated-storage. Am I missing something?
> 
> On Solaris I once needed to export some environment variables for [g] 
> make check - passing them like this did not work for everything.
> 

I've just tried this:

export HOME="/tmp/mono"
export XDG_CONFIG_DIR="/tmp/mono/.config"
export XDG_DATA_DIR="/tmp/mono/.local/share"
make check

but still I find some stuff newly created in ~/.config... more ideas?

Best regards,
Jurek Bartuszek
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to