We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c6799 commit 98f51c0Copy full SHA for 98f51c0
1 file changed
src/CMakeLists.txt
@@ -22,4 +22,4 @@ usb_stats.cpp
22
add_executable(usbtop ${SRC_FILES})
23
target_link_libraries(usbtop ${PCAP_LIBRARIES} ${Boost_LIBRARIES})
24
25
-install(TARGETS usbtop DESTINATION bin)
+install(TARGETS usbtop DESTINATION sbin)
0 commit comments