mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 00:55:06 +00:00
MDEV-20053: set @sbindir@ for scripts
The variable `sbindir` is never set for cmake. This adds borked paths to `galera_recovery`, though it dit not break as the systemd unit changes the dir to make the relative path work anyway. Let's fix this nevertheless...
This commit is contained in:

committed by
Daniel Black

parent
9e800eda86
commit
105473233d
@ -228,6 +228,7 @@ ELSE()
|
||||
SET(sysconfdir "/etc")
|
||||
ENDIF()
|
||||
SET(bindir ${INSTALL_BINDIRABS})
|
||||
SET(sbindir ${INSTALL_SBINDIRABS})
|
||||
SET(libexecdir ${INSTALL_SBINDIRABS})
|
||||
SET(scriptdir ${INSTALL_BINDIRABS})
|
||||
SET(datadir ${INSTALL_MYSQLSHAREDIRABS})
|
||||
|
Reference in New Issue
Block a user