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 | 741a22d4fe485349ec52b40dc8af21d8515c01f3 (patch) | |
tree | a0c692770b0466c7c2a80a5b5eb31582191c6c2a /eclass | |
parent | adds desktop icon. fixes #330293 (thanks to David Mihalcin Jr. <dmihalcin@ver... (diff) | |
download | historical-741a22d4fe485349ec52b40dc8af21d8515c01f3.tar.gz historical-741a22d4fe485349ec52b40dc8af21d8515c01f3.tar.bz2 historical-741a22d4fe485349ec52b40dc8af21d8515c01f3.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 |