diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-05 22:59:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-05 22:59:40 +0000 |
commit | 791ff855b6061222fc878d23e827450de7bade06 (patch) | |
tree | d7225511fcf0f2f42f0f8d8ea65f029378ee65d4 /eclass | |
parent | install the fmtutil.d files in texmf-dist and run tl-handle-config-files on t... (diff) | |
download | historical-791ff855b6061222fc878d23e827450de7bade06.tar.gz historical-791ff855b6061222fc878d23e827450de7bade06.tar.bz2 historical-791ff855b6061222fc878d23e827450de7bade06.zip |
Change the default texmf installation path to texmf-site: This has been supported since the tetex era and texlive 2013 does not support /usr/share/texmf anymore
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/latex-package.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index e69aeb631c46..36b4352ad567 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.39 2011/08/22 04:46:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/latex-package.eclass,v 1.40 2013/07/05 22:59:40 aballier Exp $ # @ECLASS: latex-package.eclass # @MAINTAINER: @@ -61,7 +61,7 @@ DEPEND="${RDEPEND} HOMEPAGE="http://www.tug.org/" SRC_URI="ftp://tug.ctan.org/macros/latex/" S=${WORKDIR}/${P} -TEXMF="/usr/share/texmf" +TEXMF="/usr/share/texmf-site" # @ECLASS-VARIABLE: SUPPLIER # @DESCRIPTION: |