[gnome-break-timer] Fix autostart file installing to the wrong location



commit 88f2a47cf208cf414afe2ad6e910758993d55d74
Author: Dylan McCall <dylan dylanmccall ca>
Date:   Thu Dec 3 13:04:09 2020 -0800

    Fix autostart file installing to the wrong location

 data/autostart/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/autostart/meson.build b/data/autostart/meson.build
index 77939ac..d2f767e 100644
--- a/data/autostart/meson.build
+++ b/data/autostart/meson.build
@@ -12,7 +12,7 @@ daemon_autostart_desktop_file = i18n.merge_file(
     type: 'desktop',
     po_dir: po_dir,
     install: true,
-    install_dir: applications_dir
+    install_dir: autostart_dir
 )
 
 if desktop_file_validate.found()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]