summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2009-01-30 22:13:20 +0000
committerStefan Walter <stefw@src.gnome.org>2009-01-30 22:13:20 +0000
commit4593f85ede2497af2c679a2596a21988e504be11 (patch)
tree332f1a165ad880c2a2ed90442298c53c08c84b6b /daemon
parent752e7aea07d1742dd2253debfe68e4fda71a6703 (diff)
Install autostart desktop files in /etc/xdg/autostart Fixes bug #568754
* daemon/Makefile.am: Install autostart desktop files in /etc/xdg/autostart Fixes bug #568754 svn path=/trunk/; revision=1487
Diffstat (limited to 'daemon')
-rw-r--r--daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 124110a7..9a0500f0 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -67,7 +67,7 @@ $(service_DATA): $(service_in_files) Makefile
@sed -e "s|\@BINDIR\@|$(bindir)|" $< > $@
desktop_in_files = gnome-keyring-daemon.desktop.in
-desktopdir = $(datadir)/gnome/autostart
+desktopdir = $(sysconfdir)/xdg/autostart
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@