From dbe112d591ccc4b5da7b04472a2bb767baae37cc Mon Sep 17 00:00:00 2001 From: John Date: Sat, 12 Mar 2022 10:52:47 +0100 Subject: [PATCH] formatting --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 691cdd12..79bf9ee9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,6 +155,6 @@ add_subdirectory(src/tools) if(EXISTS "${ROOT}/etc/debian_version") install(FILES ${CMAKE_SOURCE_DIR}/contrib/debian/default/ebusd DESTINATION /etc/default/) - install(FILES ${CMAKE_SOURCE_DIR}/contrib/debian/init.d/ebusd DESTINATION /etc/init.d/) - install(FILES ${CMAKE_SOURCE_DIR}/contrib/debian/systemd/ebusd.service DESTINATION /lib/systemd/system/) + install(FILES ${CMAKE_SOURCE_DIR}/contrib/debian/init.d/ebusd DESTINATION /etc/init.d/) + install(FILES ${CMAKE_SOURCE_DIR}/contrib/debian/systemd/ebusd.service DESTINATION /lib/systemd/system/) endif()