diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-01-31 20:12:37 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-01-31 20:12:37 +0000 |
commit | a9aed05d0c3119cc151dfa206fa0bcf16db835b8 (patch) | |
tree | 7eaee9b80698d0f0d4c0b166f5609ce3a1863a53 /eclass | |
parent | Mark 1.15 stable on alpha (diff) | |
download | historical-a9aed05d0c3119cc151dfa206fa0bcf16db835b8.tar.gz historical-a9aed05d0c3119cc151dfa206fa0bcf16db835b8.tar.bz2 historical-a9aed05d0c3119cc151dfa206fa0bcf16db835b8.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 |