summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-05 22:59:40 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-05 22:59:40 +0000
commit678b5d190f9d4ffd381fe433a3e38119a36d84e4 (patch)
tree145f2767a2bae0e4d37ba13a29c03770ead89946 /eclass/latex-package.eclass
parentinstall the fmtutil.d files in texmf-dist and run tl-handle-config-files on t... (diff)
downloadgentoo-2-678b5d190f9d4ffd381fe433a3e38119a36d84e4.tar.gz
gentoo-2-678b5d190f9d4ffd381fe433a3e38119a36d84e4.tar.bz2
gentoo-2-678b5d190f9d4ffd381fe433a3e38119a36d84e4.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/latex-package.eclass')
-rw-r--r--eclass/latex-package.eclass4
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: