diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-05-30 00:03:28 +0900 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-05-31 11:20:30 +0100 |
commit | 699a577ae4f0b254917b4afe2d91ba923365520a (patch) | |
tree | 34eb69b928b050fa802aa0c72ea8817b7e31c070 /scp2 | |
parent | 6a29b48bf54df5a674f37c49578a94211a1d5984 (diff) |
fdo#32263
use $HOME/.config unless XDG_CONFIG_HOME is set with respect to
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
moreover, lose dot so as "$HOME/.config/libreoffice".
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 3a72af6a4b77..8e08d6980bd6 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -896,7 +896,7 @@ ProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall #elif defined MACOSX Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION"; #else - Value = "$SYSUSERCONFIG/.%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION"; + Value = "$SYSUSERCONFIG/%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION"; #endif End |