diff options
Diffstat (limited to 'eclass/tetex-2.eclass')
-rw-r--r-- | eclass/tetex-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/tetex-2.eclass b/eclass/tetex-2.eclass index a434b487119a..08638a183fcb 100644 --- a/eclass/tetex-2.eclass +++ b/eclass/tetex-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-2.eclass,v 1.3 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex-2.eclass,v 1.4 2005/07/11 15:08:06 swegener Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> @@ -20,7 +20,7 @@ tetex-2_src_unpack() { unpack ${TETEX_TEXMF_SRC} sed -i -e "s/-sys//g" ${T}/texmf-update || die - # fix up misplaced listings.sty in the 2.0.2 archive. + # fix up misplaced listings.sty in the 2.0.2 archive. # this should be fixed in the next release <obz@gentoo.org> mv source/latex/listings/listings.sty tex/latex/listings/ || die |