$NetBSD: patch-autostart_CMakeLists.txt,v 1.2 2024/08/02 17:54:16 pin Exp $ Install config file to proper location --- autostart/CMakeLists.txt.orig 2024-06-07 07:15:30.929644209 +0000 +++ autostart/CMakeLists.txt @@ -11,6 +11,6 @@ add_custom_target(lxqt_panel_autostart_d install(FILES ${DESKTOP_FILES} - DESTINATION "${LXQT_ETC_XDG_DIR}/autostart" + DESTINATION "share/examples/autostart" COMPONENT Runtime )