File fix-dcc-module-install-path.patch of Package deepin-session-ui
diff -Nur dde-session-ui-6.0.28/reset-password-dialog/CMakeLists.txt dde-session-ui-6.0.28-new/reset-password-dialog/CMakeLists.txt
--- dde-session-ui-6.0.28/reset-password-dialog/CMakeLists.txt 2025-05-08 13:16:06.000000000 +0800
+++ dde-session-ui-6.0.28-new/reset-password-dialog/CMakeLists.txt 2025-05-28 21:00:45.101142641 +0800
@@ -51,6 +51,6 @@
)
# bin
-install(TARGETS ${BIN_NAME} DESTINATION lib/dde-control-center/)
+install(TARGETS ${BIN_NAME} DESTINATION ${CMAKE_INSTALL_LIBDIR}/dde-control-center/)
endif()