From 70c49cbe94f626ba10206b701cd23d376e829934 Mon Sep 17 00:00:00 2001 From: Cody Garver Date: Fri, 11 May 2018 04:49:29 -0500 Subject: [PATCH] Install autostart to autostart dir --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index 2b869eb..0ec1887 100644 --- a/data/meson.build +++ b/data/meson.build @@ -5,7 +5,7 @@ install_data( install_data( meson.project_name() + '.desktop', - install_dir: join_paths(get_option('datadir'), 'applications') + install_dir: join_paths(get_option('sysconfdir'), 'xdg', 'autostart') ) test(