summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-05-30 00:03:28 +0900
committerNoel Power <noel.power@novell.com>2011-05-31 11:20:30 +0100
commit699a577ae4f0b254917b4afe2d91ba923365520a (patch)
tree34eb69b928b050fa802aa0c72ea8817b7e31c070 /scp2
parent6a29b48bf54df5a674f37c49578a94211a1d5984 (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.scp2
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