diff options
author | 2006-01-31 20:12:37 +0000 | |
---|---|---|
committer | 2006-01-31 20:12:37 +0000 | |
commit | 455f91e1840cc38a12b3d819c7a38da3482ed62e (patch) | |
tree | 0ed8a0f9a84704f09efd04c5a31a2dc1a4166d22 /eclass | |
parent | Mark 1.15 stable on alpha (diff) | |
download | gentoo-2-455f91e1840cc38a12b3d819c7a38da3482ed62e.tar.gz gentoo-2-455f91e1840cc38a12b3d819c7a38da3482ed62e.tar.bz2 gentoo-2-455f91e1840cc38a12b3d819c7a38da3482ed62e.zip |
refinment
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 52715c2014ea..005bf9716c35 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.12 2006/01/31 19:47:50 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.13 2006/01/31 20:12:37 vivo Exp $ # Author: Francesco Riosa <vivo at gentoo.org> # Maintainer: Francesco Riosa <vivo at gentoo.org> @@ -527,7 +527,7 @@ mysql_pkg_postinst() { # list of files, to be used # by external utilities mkdir -p "${ROOT}/var/lib/eselect/mysql/" - cp "${TMPDIR}/FILELIST" "${ROOT}/var/lib/eselect/mysql/mysql${MY_SUFFIX}" + cp "${TMPDIR}/FILELIST" "${ROOT}/var/lib/eselect/mysql/mysql${MY_SUFFIX}.filelist" if ! useq minimal; then if [[ ${SLOT} -gt 0 ]] ; then |