mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Updated file_contents.test with correct file location.
This commit is contained in:
parent
a2d5a54374
commit
9ee0dca5d9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if ($dir_bin eq '/usr/') {
|
|||
$dir_docs = glob "$dir_docs/packages/MySQL-server*";
|
||||
} else {
|
||||
# RedHat/Debian: version number in directory name
|
||||
$dir_docs = glob "$dir_docs/mariadb-server-*";
|
||||
$dir_docs = glob "$dir_docs/mariadb-galera-server-*";
|
||||
$dir_docs = glob "$dir_docs/MySQL-server*" unless -d $dir_docs;
|
||||
}
|
||||
# Slackware
|
||||
|
|
Loading…
Reference in a new issue