summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-02-08 21:25:53 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-02-08 21:25:53 +0000
commitade9708572b2e1bf62eecb44bf48c54911858af6 (patch)
treeff7de9c01433333c5a1d2add2e1cdf7706a21225 /eclass
parentChanged so that tetex, cstetex and ptex doesn't block itself, bug #121727. (diff)
downloadgentoo-2-ade9708572b2e1bf62eecb44bf48c54911858af6.tar.gz
gentoo-2-ade9708572b2e1bf62eecb44bf48c54911858af6.tar.bz2
gentoo-2-ade9708572b2e1bf62eecb44bf48c54911858af6.zip
forgot to remove a mkdir
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mysql.eclass3
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}" \