$NetBSD: patch-panel_CMakeLists.txt,v 1.6 2026/02/03 02:16:46 gutteridge Exp $

Install fallback .conf files to a consistent location.

--- panel/CMakeLists.txt.orig	2025-11-05 12:03:46.000000000 +0000
+++ panel/CMakeLists.txt
@@ -114,7 +116,7 @@ target_link_libraries(${PROJECT}
 set_property(TARGET ${PROJECT} PROPERTY ENABLE_EXPORTS TRUE)
 
 install(TARGETS ${PROJECT} RUNTIME DESTINATION bin)
-install(FILES ${CONFIG_FILES} DESTINATION "${LXQT_ETC_XDG_DIR}/lxqt")
+install(FILES ${CONFIG_FILES} DESTINATION share/examples/lxqt)
 install(FILES ${PUB_HEADERS} DESTINATION include/lxqt)
 install(FILES
     man/lxqt-panel.1
