We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69b6f4 commit ea8e906Copy full SHA for ea8e906
CMakeLists.txt
@@ -204,7 +204,7 @@ install(FILES ${SCRIPT_DIR}/org.clightd.clightd.conf
204
DESTINATION ${DBUS_CONFIG_DIR})
205
206
# Install /etc/clightd/sensors.d/ folder, needed by custom sensor
207
-install (DIRECTORY "clightd/sensors.d" DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR})
+install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/clightd/sensors.d)
208
209
#
210
# Packaging support
0 commit comments