|
@@ -14,9 +14,8 @@ add_executable(fancontrol-gui-helper src/helper.cpp)
|
|
target_link_libraries(fancontrol-gui-helper ${LIBRARIES})
|
|
target_link_libraries(fancontrol-gui-helper ${LIBRARIES})
|
|
install(TARGETS fancontrol-gui-helper DESTINATION ${KAUTH_HELPER_INSTALL_ABSOLUTE_DIR})
|
|
install(TARGETS fancontrol-gui-helper DESTINATION ${KAUTH_HELPER_INSTALL_ABSOLUTE_DIR})
|
|
|
|
|
|
|
|
+set(SYSCONF_INSTALL_DIR "/etc")
|
|
|
|
+set(DBUS_SYSTEM_SERVICES_INSTALL_DIR "/usr/share/dbus-1/system-services")
|
|
|
|
+
|
|
kauth_install_helper_files(fancontrol-gui-helper fancontrol.gui.helper root)
|
|
kauth_install_helper_files(fancontrol-gui-helper fancontrol.gui.helper root)
|
|
kauth_install_actions(fancontrol.gui.helper fancontrol_gui.actions)
|
|
kauth_install_actions(fancontrol.gui.helper fancontrol_gui.actions)
|
|
-
|
|
|
|
-if(NOT ${CMAKE_INSTALL_PREFIX} STREQUAL "/usr")
|
|
|
|
- install(SCRIPT CreateSystemSymlinks.cmake)
|
|
|
|
-endif(NOT ${CMAKE_INSTALL_PREFIX} STREQUAL "/usr")
|
|
|