summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-12-02 22:47:10 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-12-02 22:47:10 +0000
commit66f983b9679d5eed9f19d3aa65c0187739c57db8 (patch)
treee094ccb652cc42bee6200706cbb5dcdc8c93c4b1 /eclass/texlive-module.eclass
parentbump to 0.13, bug #187933 (diff)
downloadhistorical-66f983b9679d5eed9f19d3aa65c0187739c57db8.tar.gz
historical-66f983b9679d5eed9f19d3aa65c0187739c57db8.tar.bz2
historical-66f983b9679d5eed9f19d3aa65c0187739c57db8.zip
install dvips config files in dvips.d; no module installs such files, only texlive-core for now, but better safe than sorry if this happens after dvips config files handling has been switched to texmf-update
Diffstat (limited to 'eclass/texlive-module.eclass')
-rw-r--r--eclass/texlive-module.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass
index 67127c4a704f..941376f96bfd 100644
--- a/eclass/texlive-module.eclass
+++ b/eclass/texlive-module.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/texlive-module.eclass,v 1.5 2007/10/27 14:30:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.6 2007/12/02 22:47:10 aballier Exp $
#
# Original Author: Alexis Ballier <aballier@gentoo.org>
@@ -101,7 +101,7 @@ texlive-module_src_install() {
insinto /etc/texmf/updmap.d
[ -f "${S}/${PN}.cfg" ] && doins "${S}/${PN}.cfg"
- insinto /etc/texmf/dvips/config
+ insinto /etc/texmf/dvips.d
[ -f "${S}/${PN}-config.ps" ] && doins "${S}/${PN}-config.ps"
insinto /etc/texmf/dvipdfm/config
[ -f "${S}/${PN}-config" ] && doins "${S}/${PN}-config"