From c7f4ab788d1ddeeddb47933f0bcf86aacef048c6 Mon Sep 17 00:00:00 2001 From: myml Date: Fri, 12 Jan 2024 17:08:00 +0800 Subject: [PATCH] fix: Unable sync schedule based on cloud sync MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由于云同步配置了白名单, 更改daemon安装路经后无法再同步日程 Log: --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index cccd2fc47..df287368a 100755 --- a/debian/rules +++ b/debian/rules @@ -13,5 +13,6 @@ export QT_SELECT := 5 override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_BUILD_TYPE=Release \ + -DSERVICE_INSTALL_DIR="/usr/lib/deepin-daemon" -DCMAKE_SAFETYTEST_ARG="CMAKE_SAFETYTEST_ARG_OFF" \ -DAPP_VERSION=$(DEB_VERSION_UPSTREAM) -DVERSION=$(DEB_VERSION_UPSTREAM) LIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)