Skip to content

Commit

Permalink
chore(cmake): properly create /etc/clightd/sensors.d folder upon inst…
Browse files Browse the repository at this point in the history
…all.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Jun 9, 2023
1 parent 695bf5d commit b69b6f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ endif()
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})

#
# Packaging support
#
Expand Down

0 comments on commit b69b6f4

Please sign in to comment.