aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-10-08 02:57:38 +0200
committerHorea Christian <h.chr@mail.ru>2013-10-08 02:57:38 +0200
commit31f9ceb484ba9cc81c96c715ef4e10cf634a92d5 (patch)
tree274b601dd908e30fdee7b505210653dfa1904958 /dev-tex
parentrectified paths, added environment variable file (diff)
downloadsci-31f9ceb484ba9cc81c96c715ef4e10cf634a92d5.tar.gz
sci-31f9ceb484ba9cc81c96c715ef4e10cf634a92d5.tar.bz2
sci-31f9ceb484ba9cc81c96c715ef4e10cf634a92d5.zip
Use mktexlsr as per upstream instructions (should help latex detect files)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/pythontex/pythontex-0.12.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-tex/pythontex/pythontex-0.12.ebuild b/dev-tex/pythontex/pythontex-0.12.ebuild
index fa59ae98a..75c2dfe68 100644
--- a/dev-tex/pythontex/pythontex-0.12.ebuild
+++ b/dev-tex/pythontex/pythontex-0.12.ebuild
@@ -68,5 +68,7 @@ src_install() {
doenvd "${T}"/99${PN}
dodoc README
-
+ pwd
+ mktexlsr
+ pwd
}