From: Luca Longinotti Date: Fri, 12 Jan 2007 23:33:19 +0000 (+0000) Subject: Fix syntax error. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a66db92c628843a9ef660c64d6eb35d98df7fa0d;p=gentoo.git Fix syntax error. --- 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) # Maintainer: Luca Longinotti @@ -865,5 +865,5 @@ mysql_pkg_config() { } mysql_pkg_postrm() { - # mysql_lib_symlinks "${D}" + : # mysql_lib_symlinks "${D}" }