diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2005-02-17 23:19:31 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2005-02-17 23:19:31 +0000 |
commit | d87f7d5ac63cd06e908b2201a6e95ecae69ae5f2 (patch) | |
tree | 0b0f91b32085789876904d8022fd0bbcb702b21f /app-text | |
parent | Stable on mips. (diff) | |
download | historical-d87f7d5ac63cd06e908b2201a6e95ecae69ae5f2.tar.gz historical-d87f7d5ac63cd06e908b2201a6e95ecae69ae5f2.tar.bz2 historical-d87f7d5ac63cd06e908b2201a6e95ecae69ae5f2.zip |
Fix bad path bug.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/active-dvi/Manifest | 4 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.6.0.ebuild | 7 |
3 files changed, 10 insertions, 6 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/Manifest b/app-text/active-dvi/Manifest index f902e5f8d67f..f17f855698a7 100644 --- a/app-text/active-dvi/Manifest +++ b/app-text/active-dvi/Manifest @@ -1,6 +1,6 @@ +MD5 f7cd58f226ae51ccb9b6e2ed39b3abfe active-dvi-1.6.0.ebuild 2573 MD5 51ed1f25540daca21c6bfe1e88a23c45 active-dvi-1.4.0.ebuild 2467 -MD5 ca8936d0f7e6513623aeedcdec01caad ChangeLog 1281 +MD5 4584d65d4c1defa72f4acd0daae60019 ChangeLog 1396 MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164 -MD5 6ff30ebb22dce08e70113b7c2dc805a5 active-dvi-1.6.0.ebuild 2549 MD5 93c4ba321a1dbd54e7f85e41348902b7 files/digest-active-dvi-1.4.0 63 MD5 19e79f54c9bde96f2b0fef9583555362 files/digest-active-dvi-1.6.0 61 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 |