Skip to content

Commit

Permalink
fix(cmake): fixed up sensors.d folder install.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Jun 9, 2023
1 parent b69b6f4 commit ea8e906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ install(FILES ${SCRIPT_DIR}/org.clightd.clightd.conf
DESTINATION ${DBUS_CONFIG_DIR})

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

#
# Packaging support
Expand Down

0 comments on commit ea8e906

Please sign in to comment.