diff --git a/apps/app-update-notifier/misc/CMakeLists.txt b/apps/app-update-notifier/misc/CMakeLists.txt index d4d54d4..d4d69bd 100644 --- a/apps/app-update-notifier/misc/CMakeLists.txt +++ b/apps/app-update-notifier/misc/CMakeLists.txt @@ -29,4 +29,4 @@ install(FILES ${DBUS_APPLICATION_UPDATE_NOTIFIER_SERVICE_FILE} 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) + DESTINATION ${CMAKE_INSTALL_DATADIR}/dbus-1/system.d) diff --git a/misc/CMakeLists.txt b/misc/CMakeLists.txt index ce7c1a4..669603d 100644 --- a/misc/CMakeLists.txt +++ b/misc/CMakeLists.txt @@ -44,4 +44,4 @@ install(FILES ${DBUS_APPLICATION_MANAGER_SERVICE_FILE} # install dpkg hook install(FILES ${CMAKE_CURRENT_LIST_DIR}/dpkg/dpkg.cfg.d/am-update-hook - DESTINATION /etc/dpkg/dpkg.cfg.d) + DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/dpkg/dpkg.cfg.d)