diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bfe608..e93cbb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,4 +102,4 @@ else() target_link_libraries(lan-play uv pthread) endif() -INSTALL(TARGETS lan-play RUNTIME DESTINATION /usr/bin) +INSTALL(TARGETS lan-play RUNTIME DESTINATION bin)