diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-01-04 20:37:38 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-01-04 20:37:38 +0000 |
commit | e6853d5cc5f331e442757b696a9d100c67a089c4 (patch) | |
tree | 2f7362badc7492b649087878ecff3f752dc9c959 /eclass | |
parent | Added security fixes/backports from gentoo-sources 2.4.32-r2 (diff) | |
download | historical-e6853d5cc5f331e442757b696a9d100c67a089c4.tar.gz historical-e6853d5cc5f331e442757b696a9d100c67a089c4.tar.bz2 historical-e6853d5cc5f331e442757b696a9d100c67a089c4.zip |
moved fill_help_tables.sql-5.0.15 to fill_help_tables.sqlto be used by emerge --config
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 3a81c07f49f0..60b412741d29 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.2 2006/01/04 20:25:14 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.3 2006/01/04 20:37:38 vivo Exp $ # Author: Francesco Riosa <vivo at gentoo.org> # Maintainer: Francesco Riosa <vivo at gentoo.org> @@ -335,7 +335,9 @@ mysql_src_install() { # oops mysql_check_version_range "5.00.16.00 to 5.00.18.99" \ - && cp "${WORKDIR}/mysql-extras/fill_help_tables.sql-5.0.15" "${D}/usr/share/mysql${MY_SUFFIX}/" + && cp \ + "${WORKDIR}/mysql-extras/fill_help_tables.sql-5.0.15" \ + "${D}/usr/share/mysql${MY_SUFFIX}/fill_help_tables.sql" # TODO change at Makefile-am level for moveme in "mysql_fix_privilege_tables.sql" \ |