diff --git a/dev-db/mysql/mysql-5.6.44.ebuild b/dev-db/mysql/mysql-5.6.44-r1.ebuild similarity index 99% rename from dev-db/mysql/mysql-5.6.44.ebuild rename to dev-db/mysql/mysql-5.6.44-r1.ebuild index db524e08ba432..c870688eb8e96 100644 --- a/dev-db/mysql/mysql-5.6.44.ebuild +++ b/dev-db/mysql/mysql-5.6.44-r1.ebuild @@ -371,6 +371,10 @@ src_install() { rm -Rf "${ED}/usr/data" || die fi + if [[ -d "${ED%/}/usr/sql-bench" ]] ; then + mv "${ED%/}/usr/sql-bench" "${ED%/}/usr/share/mysql/" || die + fi + # Unless they explicitly specific USE=test, then do not install the # testsuite. It DOES have a use to be installed, esp. when you want to do a # validation of your database configuration after tuning it. diff --git a/dev-db/mysql/mysql-5.6.45.ebuild b/dev-db/mysql/mysql-5.6.45-r1.ebuild similarity index 99% rename from dev-db/mysql/mysql-5.6.45.ebuild rename to dev-db/mysql/mysql-5.6.45-r1.ebuild index 4c2579a3156e3..cda536ad33fbf 100644 --- a/dev-db/mysql/mysql-5.6.45.ebuild +++ b/dev-db/mysql/mysql-5.6.45-r1.ebuild @@ -376,6 +376,10 @@ src_install() { rm -Rf "${ED}/usr/data" || die fi + if [[ -d "${ED%/}/usr/sql-bench" ]] ; then + mv "${ED%/}/usr/sql-bench" "${ED%/}/usr/share/mysql/" || die + fi + # Unless they explicitly specific USE=test, then do not install the # testsuite. It DOES have a use to be installed, esp. when you want to do a # validation of your database configuration after tuning it.