File fix-hardcode-path.patch of Package deepin-calendar
diff -Nur dde-calendar-5.10.1/schedule-plugin/CMakeLists.txt dde-calendar-5.10.1-new/schedule-plugin/CMakeLists.txt
--- dde-calendar-5.10.1/schedule-plugin/CMakeLists.txt 2023-07-24 18:16:18.000000000 +0800
+++ dde-calendar-5.10.1-new/schedule-plugin/CMakeLists.txt 2023-07-27 14:18:16.996270599 +0800
@@ -85,4 +85,4 @@
)
# Install files
-install(TARGETS ${PROJECT_NAME} DESTINATION lib/deepin-aiassistant/serivce-plugins)
+install(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_LIBDIR}/deepin-aiassistant/serivce-plugins)