On Tue, 2007-06-26 at 00:28 +0200, Jurek Bartuszek wrote: > I've noticed that during make check mono writes some data to the .config > directory present in the current user's homedir. Is there any way to > force it to write to /tmp/.config (or any other dir) instead? I tried > HOME=/tmp make check but no use. Please, help.
Try setting XDG_CONFIG_HOME (which defaults to ~/.config) and XDG_DATA_HOME (which defaults to ~/.local/share, though I don't know if XDG_DATA_HOME is used for any unit tests). - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
