- Update version to 5.8.16 * Update manual documents * Fix bugs - Update version to 5.8.12 * Fix bugs * Update translations - Stop owning directories provided by filesystem and other packages (every dir should only have one owner) (boo#1184786) OBS-URL: https://build.opensuse.org/request/show/928556 OBS-URL: https://build.opensuse.org/package/show/X11:Deepin/deepin-calendar?expand=0&rev=10
10 lines
532 B
Diff
10 lines
532 B
Diff
diff -Nur dde-calendar-5.8.16/schedule-plugin/CMakeLists.txt dde-calendar-5.8.16-new/schedule-plugin/CMakeLists.txt
|
|
--- dde-calendar-5.8.16/schedule-plugin/CMakeLists.txt 2021-10-21 16:30:20.000000000 +0800
|
|
+++ dde-calendar-5.8.16-new/schedule-plugin/CMakeLists.txt 2021-10-28 14:22:21.241170251 +0800
|
|
@@ -84,4 +84,4 @@
|
|
)
|
|
|
|
# Install files
|
|
-install(TARGETS ${PROJECT_NAME} DESTINATION /usr/lib/deepin-aiassistant/serivce-plugins)
|
|
+install(TARGETS ${PROJECT_NAME} DESTINATION ${LIB_INSTALL_DIR}/deepin-aiassistant/serivce-plugins)
|