mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
tokuftdump: Install to ${INSTALL_BINDIR} instead of bin
Cherry-picking fc4df41504
(it was a 10.1 pull request, we want it in 5.5)
This commit is contained in:
parent
4cfb7f9db3
commit
f1f8adf098
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ target_link_libraries(ftverify m)
|
|||
|
||||
install(
|
||||
TARGETS tokuftdump
|
||||
DESTINATION bin
|
||||
DESTINATION ${INSTALL_BINDIR}
|
||||
COMPONENT Server
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue