From 526b6682ef7fc42cb9abb37f0386bf19b09539aa Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sat, 30 Aug 2008 12:33:37 +0000 Subject: add a special case for mf in etexlinks too, texlive-core already takes care of it --- eclass/texlive-common.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass/texlive-common.eclass') diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass index c285374de183..0a1e053af8fc 100644 --- a/eclass/texlive-common.eclass +++ b/eclass/texlive-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.5 2008/07/03 21:01:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.6 2008/08/30 12:33:37 aballier Exp $ # @ECLASS: texlive-common.eclass # @MAINTAINER: @@ -70,6 +70,9 @@ texlive-common_do_symlinks() { cont-??|metafun|mptopdf) elog "Symlink $1 skipped (special case)" ;; + mf) + elog "Symlink $1 -> $2 skipped (texlive-core takes care of it)" + ;; *) if [ $1 = $2 ]; then -- cgit v1.2.3-65-gdbad