summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-23 16:08:31 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-23 16:08:31 +0000
commit644769cf02baaa7f6644036de99f354eb2985ca4 (patch)
tree098247bc8b689eb67b5094cdc83ed4bbbca7db7b /eclass/tetex.eclass
parentRenamed _realy_ properly now (i hope) (diff)
downloadhistorical-644769cf02baaa7f6644036de99f354eb2985ca4.tar.gz
historical-644769cf02baaa7f6644036de99f354eb2985ca4.tar.bz2
historical-644769cf02baaa7f6644036de99f354eb2985ca4.zip
Remove conflicting XDvi file.
Diffstat (limited to 'eclass/tetex.eclass')
-rw-r--r--eclass/tetex.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass
index 19148058ae6a..fbcc08e661ef 100644
--- a/eclass/tetex.eclass
+++ b/eclass/tetex.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.eclass,v 1.19 2004/10/19 19:51:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.20 2004/10/23 16:08:31 usata Exp $
#
# Author: Jaromir Malenko <malenko@email.cz>
# Author: Mamoru KOMACHI <usata@gentoo.org>
@@ -198,6 +198,9 @@ tetex_src_install() {
rm -f ${D}/bin/readlink
rm -f ${D}/usr/bin/readlink
+ #fix for conflicting XDvi file:
+ rm -f ${D}/usr/share/texmf/xdvi/XDvi
+
#fix for conflicting texi2html perl script:
local v
v=$(${D}/usr/bin/texi2html --version)