mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Fix SVR4 datadir
This commit is contained in:
parent
990bfbe1e2
commit
a03f41ee13
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ SET(INSTALL_MYSQLTESTDIR_SVR4 "mysql-test")
|
|||
SET(INSTALL_SQLBENCHROOTDIR_SVR4 ".")
|
||||
SET(INSTALL_DOCREADMEDIR_SVR4 ".")
|
||||
SET(INSTALL_SUPPORTFILESDIR_SVR4 "support-files")
|
||||
SET(INSTALL_MYSQLDATADIR_RPM "/var/lib/mysql")
|
||||
SET(INSTALL_MYSQLDATADIR_SVR4 "/var/lib/mysql")
|
||||
|
||||
# Clear cached variables if install layout was changed
|
||||
IF(OLD_INSTALL_LAYOUT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue