diff options
author | Markus Meier <maekke@gentoo.org> | 2009-10-11 11:42:07 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-10-11 11:42:07 +0000 |
commit | e86f3e2a127dc072f6430cd646226795c30f99a7 (patch) | |
tree | 277c65300926ae686360263c076cd63e5cdc7493 /eclass/mysql.eclass | |
parent | whitespace (diff) | |
download | gentoo-2-e86f3e2a127dc072f6430cd646226795c30f99a7.tar.gz gentoo-2-e86f3e2a127dc072f6430cd646226795c30f99a7.tar.bz2 gentoo-2-e86f3e2a127dc072f6430cd646226795c30f99a7.zip |
whitespace
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 3b0d746e53ff..7a9c60c7ec29 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.115 2009/09/08 05:28:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.116 2009/10/11 11:42:07 maekke Exp $ # Author: Francesco Riosa (Retired) <vivo@gentoo.org> # Maintainer: MySQL Team <mysql-bugs@gentoo.org> @@ -510,7 +510,7 @@ mysql_src_unpack() { unpack ${A} # Grab the patches [[ "${MY_EXTRAS_VER}" == "live" ]] && S="${WORKDIR}/mysql-extras" git_src_unpack - + mv -f "${WORKDIR}/${MY_SOURCEDIR}" "${S}" # Be backwards compatible for now @@ -851,7 +851,7 @@ mysql_pkg_config() { else eerror "New MY_DATADIR (${MY_DATADIR_s}) does not exist" die "Configuration Failed! Please reinstall ${CATEGORY}/${PN}" - fi + fi fi fi |