diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-12 23:33:19 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-12 23:33:19 +0000 |
commit | c694650286af192017dd64812c7160c8492d3dbe (patch) | |
tree | ddf43be3f430bfd1fde5ae9a1754554b426edd86 /eclass | |
parent | Re-add old-style wrapper support, see bug #161811 (diff) | |
download | gentoo-2-c694650286af192017dd64812c7160c8492d3dbe.tar.gz gentoo-2-c694650286af192017dd64812c7160c8492d3dbe.tar.bz2 gentoo-2-c694650286af192017dd64812c7160c8492d3dbe.zip |
Fix syntax error.
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 b0eabc5bdab5..0ae73bdcd86e 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.69 2007/01/12 20:51:28 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.70 2007/01/12 23:33:19 chtekk Exp $ # Author: Francesco Riosa (Retired) <vivo@gentoo.org> # Maintainer: Luca Longinotti <chtekk@gentoo.org> @@ -865,5 +865,5 @@ mysql_pkg_config() { } mysql_pkg_postrm() { - # mysql_lib_symlinks "${D}" + : # mysql_lib_symlinks "${D}" } |