Skip to content

Commit 07d6a23

Browse files
esindrilccaffy
authored andcommitted
CMAKE: Fix install location for zstdtail
1 parent 426c93a commit 07d6a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ add_executable(zstdtail zstdtail.cc)
2626
target_link_libraries(zstdtail PRIVATE ZSTD::ZSTD)
2727

2828
install(TARGETS zstdtail
29-
DESTINATION ${CMAKE_INSTALL_FULL_SBINDIR})
29+
DESTINATION ${CMAKE_INSTALL_FULL_BINDIR})
3030

3131
install(
3232
PROGRAMS eos-log-clean eos-mgm-clean eos-fst-clean eos-uninstall eos-ports-block eos-tty-broadcast filter-trace/eos-filter-stacktrace flamegraph/eos-util-flamegraph flamegraph/eos-util-stackcollapse flamegraph/eos-make-flamegraph

0 commit comments

Comments
 (0)