diff --git a/src/ebusd/CMakeLists.txt b/src/ebusd/CMakeLists.txt index ae34c07f..e8e56e47 100644 --- a/src/ebusd/CMakeLists.txt +++ b/src/ebusd/CMakeLists.txt @@ -36,5 +36,5 @@ include_directories(../lib/utils) add_executable(ebusd ${ebusd_SOURCES}) target_link_libraries(ebusd utils ebus pthread rt ${ebusd_LIBS}) -install(TARGETS ebusd EXPORT ebusd DESTINATION usr/bin) +install(TARGETS ebusd EXPORT ebusd DESTINATION bin) diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index 38ea734a..2537ad37 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -12,4 +12,4 @@ add_executable(ebuspicloader ${ebuspicloader_SOURCES}) target_link_libraries(ebusctl utils ebus ${ebusctl_LIBS}) target_link_libraries(ebuspicloader utils ${ebuspicloader_LIBS}) -install(TARGETS ebusctl ebuspicloader EXPORT ebusd DESTINATION usr/bin) +install(TARGETS ebusctl ebuspicloader EXPORT ebusd DESTINATION bin)