$NetBSD: patch-autostart_CMakeLists.txt,v 1.2 2024/08/02 17:51:44 pin Exp $

Install config file to proper location.

--- autostart/CMakeLists.txt.orig	2024-05-28 09:45:30.421623919 +0000
+++ autostart/CMakeLists.txt
@@ -11,6 +11,6 @@ add_custom_target(autostart_desktop_file
 
 install(FILES
     ${DESKTOP_FILES}
-    DESTINATION "${LXQT_ETC_XDG_DIR}/autostart"
+    DESTINATION "share/examples/autostart"
     COMPONENT Runtime
 )
