diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-11 02:46:10 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-11 02:55:37 +0200 |
commit | 1aeb360a0337d25abad03ba78890ab6dbf6d7536 (patch) | |
tree | 9ace88568efb88f3715734fc15e7e4579fc4d2b4 /basedir | |
parent | 3662d783f9e71b8bd1551e6871a256ea2b5036a9 (diff) | |
download | xdg-specs-1aeb360a0337d25abad03ba78890ab6dbf6d7536.tar.xz |
basedir: XDG_CONFIG_DIRS should default to /etcbinlib
It makes no sense for $XDG_CONFIG_DIRS to default to /etc/xdg. /etc is
already meant for configuration files, and /etc is to / what
$XDG_CONFIG_HOME is to $HOME.
Diffstat (limited to 'basedir')
-rw-r--r-- | basedir/basedir-spec.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basedir/basedir-spec.xml b/basedir/basedir-spec.xml index 79d0cf3..f8739b8 100644 --- a/basedir/basedir-spec.xml +++ b/basedir/basedir-spec.xml @@ -171,7 +171,7 @@ </para> <para> If <literal>$XDG_CONFIG_DIRS</literal> is either not set or empty, a value equal to - /etc/xdg should be used. + /etc should be used. </para> <para> <literal>$XDG_BIN_DIRS</literal> defines the preference-ordered set of |