summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau <mattam@gentoo.org>2005-02-17 23:19:31 +0000
committerMatthieu Sozeau <mattam@gentoo.org>2005-02-17 23:19:31 +0000
commita0c6fd2f8e7ddfbcdd9b8033757655e9b9607e35 (patch)
tree508a2bbcc639a98415ea1a266f6e9f44c5f85654 /app-text/active-dvi
parentStable on mips. (diff)
downloadgentoo-2-a0c6fd2f8e7ddfbcdd9b8033757655e9b9607e35.tar.gz
gentoo-2-a0c6fd2f8e7ddfbcdd9b8033757655e9b9607e35.tar.bz2
gentoo-2-a0c6fd2f8e7ddfbcdd9b8033757655e9b9607e35.zip
Fix bad path bug.
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r--app-text/active-dvi/ChangeLog5
-rw-r--r--app-text/active-dvi/active-dvi-1.6.0.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog
index cf9ea75e1caa..67aa7b8ea25a 100644
--- a/app-text/active-dvi/ChangeLog
+++ b/app-text/active-dvi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/active-dvi
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.9 2005/02/08 12:48:53 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.10 2005/02/17 23:19:31 mattam Exp $
+
+ 18 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> active-dvi-1.6.0.ebuild:
+ Get the tex files location right.
*active-dvi-1.6.0 (08 Feb 2005)
diff --git a/app-text/active-dvi/active-dvi-1.6.0.ebuild b/app-text/active-dvi/active-dvi-1.6.0.ebuild
index 754b7634e4f6..13de4664b505 100644
--- a/app-text/active-dvi/active-dvi-1.6.0.ebuild
+++ b/app-text/active-dvi/active-dvi-1.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0.ebuild,v 1.1 2005/02/08 12:48:53 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.6.0.ebuild,v 1.2 2005/02/17 23:19:31 mattam Exp $
inherit eutils
@@ -77,7 +77,8 @@ src_compile() {
src_install() {
- TEXMFADVI=/usr/share/texmf/advi
+ TEXMFADVI="/usr/share/texmf/tex/latex/advi"
+
dodir /usr/bin $TEXMFADVI
make MANDIR=${D}/usr/share/man/man1 \
ADVI_LOC=${D}/${TEXMFADVI} \
@@ -102,7 +103,7 @@ pkg_postinst() {
echo ""
einfo "If you wish to use Japanese True Type fonts with"
- einfo "active-dvi, please edit /usr/share/texmf/advi/jpfonts.conf"
+ einfo "active-dvi, please edit /usr/share/texmf/tex/latex/advi/jpfonts.conf"
echo ""
fi