diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-01-21 00:04:34 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-01-21 00:04:34 +0000 |
commit | b30e694c1c0899f2aa5b54df9a0116a3c1eba94f (patch) | |
tree | 028395d294a3342862ffaab8c10ba664b2be57ed /eclass/mysql-autotools.eclass | |
parent | tcmalloc now available on arm. (diff) | |
download | gentoo-2-b30e694c1c0899f2aa5b54df9a0116a3c1eba94f.tar.gz gentoo-2-b30e694c1c0899f2aa5b54df9a0116a3c1eba94f.tar.bz2 gentoo-2-b30e694c1c0899f2aa5b54df9a0116a3c1eba94f.zip |
Bug #430836 from prefix team missed an eclass.
Diffstat (limited to 'eclass/mysql-autotools.eclass')
-rw-r--r-- | eclass/mysql-autotools.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass index 71dba317f4b4..d9f2a9034fa1 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.12 2013/01/20 02:41:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.13 2013/01/21 00:04:34 robbat2 Exp $ # @ECLASS: mysql-autotools.eclass # @MAINTAINER: @@ -17,7 +17,7 @@ # the src_unpack, src_prepare, src_configure, src_compile, scr_install, # pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks. -inherit autotools flag-o-matic multilib +inherit autotools flag-o-matic multilib prefix # # HELPER FUNCTIONS: @@ -598,6 +598,7 @@ mysql-autotools_src_install() { -e "/character-set/s|utf8|latin1|g" \ "${TMPDIR}/my.cnf.ok" fi + eprefixify "${TMPDIR}/my.cnf.ok" newins "${TMPDIR}/my.cnf.ok" my.cnf # Minimal builds don't have the MySQL server |