Skip to content

Commit ea8e906

Browse files
committed
fix(cmake): fixed up sensors.d folder install.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent b69b6f4 commit ea8e906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ install(FILES ${SCRIPT_DIR}/org.clightd.clightd.conf
204204
DESTINATION ${DBUS_CONFIG_DIR})
205205

206206
# Install /etc/clightd/sensors.d/ folder, needed by custom sensor
207-
install (DIRECTORY "clightd/sensors.d" DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR})
207+
install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/clightd/sensors.d)
208208

209209
#
210210
# Packaging support

0 commit comments

Comments
 (0)