diff options
author | 2006-01-04 20:40:26 +0000 | |
---|---|---|
committer | 2006-01-04 20:40:26 +0000 | |
commit | 9c7b7e2fa027c82bd44d89e2e540b59cd8e96e04 (patch) | |
tree | 82716b472718f747e4033a57742562be514c741a /eclass/mysql_fx.eclass | |
parent | Version bumped to 2.0_rc13 and closing bug #117253, bug #117254, and bug #117... (diff) | |
download | gentoo-2-9c7b7e2fa027c82bd44d89e2e540b59cd8e96e04.tar.gz gentoo-2-9c7b7e2fa027c82bd44d89e2e540b59cd8e96e04.tar.bz2 gentoo-2-9c7b7e2fa027c82bd44d89e2e540b59cd8e96e04.zip |
removed ending spaces
Diffstat (limited to 'eclass/mysql_fx.eclass')
-rw-r--r-- | eclass/mysql_fx.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass index 22f184e0e543..3d907dbbfa31 100644 --- a/eclass/mysql_fx.eclass +++ b/eclass/mysql_fx.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_fx.eclass,v 1.1 2006/01/01 18:45:38 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.2 2006/01/04 20:40:26 vivo Exp $ # Author: Francesco Riosa <vivo at gentoo.org> # Maintainer: Francesco Riosa <vivo at gentoo.org> @@ -98,7 +98,7 @@ mysql_init_vars() { MY_SUFFIX="" else MY_SUFFIX=${MY_SUFFIX:-"-${SLOT}"} - fi + fi MY_SHAREDSTATEDIR=${MY_SHAREDSTATEDIR:-"/usr/share/mysql${MY_SUFFIX}"} MY_SYSCONFDIR=${MY_SYSCONFDIR="/etc/mysql${MY_SUFFIX}"} MY_LIBDIR=${MY_LIBDIR="/usr/$(get_libdir)/mysql${MY_SUFFIX}"} |