diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index e980deb01bfa..f215995efb51 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.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-module.eclass,v 1.51 2010/10/23 23:37:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.52 2010/10/23 23:51:01 aballier Exp $ # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -107,7 +107,7 @@ if [ "${PV#2008}" = "${PV}" ]; then # Only for TeX Live 2009 and later. # Gives tar.xz unpack support until we can use an EAPI with that support. # If EAPI supports tar.xz then it calls unpack instead of its own unpacker. -# After unpacking, the files that need to relocated are moved accordingly. +# After unpacking, the files that need to be relocated are moved accordingly. RELOC_TARGET=texmf-dist |