changeset 2302:a73097e58abb trunk

[svn] Revert stupid commit by js, because that does not make us XDG basedir compliant.
author kiyoshi
date Tue, 09 Jan 2007 09:14:22 -0800
parents 1db6ecbedb27
children a19f86d81427
files ChangeLog configure.ac
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 09 07:45:01 2007 -0800
+++ b/ChangeLog	Tue Jan 09 09:14:22 2007 -0800
@@ -1,3 +1,10 @@
+2007-01-09 15:45:01 +0000  Jonathan Schleifer <js@h3c.de>
+  revision [3612]
+  Change /home/js/.audacious to /home/js/.config/audacious
+  trunk/configure.ac |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2007-01-09 05:55:14 +0000  William Pitcock <nenolod@nenolod.net>
   revision [3610]
   - remove two unused labels
--- a/configure.ac	Tue Jan 09 07:45:01 2007 -0800
+++ b/configure.ac	Tue Jan 09 09:14:22 2007 -0800
@@ -60,7 +60,7 @@
 AC_ARG_WITH(rc-path,
     [  --with-rc-path=path                 Resource and configuration path for audacious relative to $HOME.],
     [rc_path=$withval],
-    [rc_path=.config/audacious]
+    [rc_path=.audacious]
 )
 AC_DEFINE_UNQUOTED(BMP_RCPATH, "$rc_path",
     [Resource and configuration path for audacious relative to $HOME.]