$NetBSD: patch-autostart_CMakeLists.txt,v 1.3 2025/11/11 03:10:33 gutteridge Exp $

Install config file to proper location

--- autostart/CMakeLists.txt.orig	2025-11-05 12:03:46.000000000 +0000
+++ autostart/CMakeLists.txt
@@ -11,7 +11,7 @@ add_custom_target(lxqt_panel_autostart_d
 
 install(FILES
     ${DESKTOP_FILES}
-    DESTINATION "${LXQT_ETC_XDG_DIR}/autostart"
+    DESTINATION "share/examples/autostart"
     COMPONENT Runtime
 )
 
