Commit f377081e authored by Daniel Black's avatar Daniel Black

MDEV-23429: WITHOUT_SERVER don't install sst/systemd scripts

parent 09202b2e
...@@ -315,6 +315,7 @@ ELSE() ...@@ -315,6 +315,7 @@ ELSE()
mariadbd-multi mariadbd-multi
mariadbd-safe mariadbd-safe
mariadb-dumpslow mariadb-dumpslow
${SYSTEMD_SCRIPTS}
) )
ENDIF() ENDIF()
# Configure this one, for testing, but do not install it. # Configure this one, for testing, but do not install it.
...@@ -333,7 +334,6 @@ ELSE() ...@@ -333,7 +334,6 @@ ELSE()
mariadb-hotcopy mariadb-hotcopy
${SERVER_SCRIPTS} ${SERVER_SCRIPTS}
${WSREP_SCRIPTS} ${WSREP_SCRIPTS}
${SYSTEMD_SCRIPTS}
) )
FOREACH(file ${BIN_SCRIPTS}) FOREACH(file ${BIN_SCRIPTS})
......
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