diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-17 02:34:01 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-08-17 02:50:06 +0200 |
commit | 2a000ead4cfd4fc9713d95fe942362ae1f9ddbe5 (patch) | |
tree | e9c3ba92bd5592da9ab181c7eea7c2a39a4992e5 /dev-db/mysql | |
parent | dev-db/mysql: man/zlib_decompress.1 not present in 5.6 (diff) | |
download | gentoo-2a000ead4cfd4fc9713d95fe942362ae1f9ddbe5.tar.gz gentoo-2a000ead4cfd4fc9713d95fe942362ae1f9ddbe5.tar.bz2 gentoo-2a000ead4cfd4fc9713d95fe942362ae1f9ddbe5.zip |
dev-db/mysql: move /usr/sql-bench to /usr/share/mysql
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/mysql-5.6.44-r1.ebuild (renamed from dev-db/mysql/mysql-5.6.44.ebuild) | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.6.45-r1.ebuild (renamed from dev-db/mysql/mysql-5.6.45.ebuild) | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dev-db/mysql/mysql-5.6.44.ebuild b/dev-db/mysql/mysql-5.6.44-r1.ebuild index db524e08ba43..c870688eb8e9 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 index 4c2579a3156e..cda536ad33fb 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. |