Commit f1f8adf0 authored by Sergei Golubchik's avatar Sergei Golubchik

tokuftdump: Install to ${INSTALL_BINDIR} instead of bin

Cherry-picking https://github.com/olesalscheider/server/commit/fc4df415049271ef625783c31f2999e7d1bdc816
(it was a 10.1 pull request, we want it in 5.5)
parent 4cfb7f9d
...@@ -14,7 +14,7 @@ target_link_libraries(ftverify m) ...@@ -14,7 +14,7 @@ target_link_libraries(ftverify m)
install( install(
TARGETS tokuftdump TARGETS tokuftdump
DESTINATION bin DESTINATION ${INSTALL_BINDIR}
COMPONENT Server COMPONENT Server
) )
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment