diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:51:01 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:51:01 +0000 |
commit | 0b4fa3fca60abf800bd7f2bd5840e018c8b248cc (patch) | |
tree | f849800d09a0cc9cb206484beb1cb4bf9ac104b6 /eclass | |
parent | adds desktop icon. fixes #330293 (thanks to David Mihalcin Jr. <dmihalcin@ver... (diff) | |
download | gentoo-2-0b4fa3fca60abf800bd7f2bd5840e018c8b248cc.tar.gz gentoo-2-0b4fa3fca60abf800bd7f2bd5840e018c8b248cc.tar.bz2 gentoo-2-0b4fa3fca60abf800bd7f2bd5840e018c8b248cc.zip |
Cosmetics, again and again
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 |