chore: incorrect service location

Signed-off-by: ComixHe <heyuming@deepin.org>
This commit is contained in:
ComixHe
2023-09-06 14:54:38 +08:00
committed by Comix
parent 7fa60d9b3d
commit 4ffe4bf1a8
5 changed files with 5 additions and 6 deletions

View File

@ -26,7 +26,7 @@ set(DBUS_APPLICATION_UPDATE_NOTIFIER_SERVICE_FILE
)
install(FILES ${DBUS_APPLICATION_UPDATE_NOTIFIER_SERVICE_FILE}
DESTINATION ${CMAKE_INSTALL_DATADIR}/dbus-1/service)
DESTINATION ${CMAKE_INSTALL_DATADIR}/dbus-1/system-services)
install(FILES ${CMAKE_CURRENT_LIST_DIR}/dbus/org.desktopspec.ApplicationUpdateNotifier1.conf
DESTINATION /usr/share/dbus-1/system.d)