diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-02-08 21:25:53 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-02-08 21:25:53 +0000 |
commit | 0a7b235b2894beec4bb173fc606d0c291182f4f1 (patch) | |
tree | 62dc47f9d3cb9146817f5150774bbde8e81f10d9 /eclass/mysql.eclass | |
parent | Changed so that tetex, cstetex and ptex doesn't block itself, bug #121727. (diff) | |
download | historical-0a7b235b2894beec4bb173fc606d0c291182f4f1.tar.gz historical-0a7b235b2894beec4bb173fc606d0c291182f4f1.tar.bz2 historical-0a7b235b2894beec4bb173fc606d0c291182f4f1.zip |
forgot to remove a mkdir
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index d7cae71b9567..42cc34486bde 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.15 2006/02/08 16:17:52 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.16 2006/02/08 21:25:53 vivo Exp $ # Author: Francesco Riosa <vivo at gentoo.org> # Maintainer: Francesco Riosa <vivo at gentoo.org> @@ -493,7 +493,6 @@ mysql_src_install() { mkdir -p "${D}/var/lib/eselect/mysql/" local filelist="${D}/var/lib/eselect/mysql/mysql${MY_SUFFIX}.filelist" pushd "${D}/" &>/dev/null - mkdir -p "${ROOT}/var/lib/eselect/mysql/" env -i find usr/bin/ usr/sbin/ usr/share/man \ -type f -name "*${MY_SUFFIX}*" \ -and -not -name "mysql_config${MY_SUFFIX}" \ |