aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <h.chr@mail.ru>2013-10-06 22:21:11 +0200
committerHorea Christian <h.chr@mail.ru>2013-10-06 22:21:11 +0200
commit923d1a0f5449c91c02f8e83bc6e7aebc73d5c74f (patch)
tree4451b212201071ad3ecef9b99bab07db424442c0 /dev-tex
parentTrying to debug the shebang thing (diff)
downloadsci-923d1a0f5449c91c02f8e83bc6e7aebc73d5c74f.tar.gz
sci-923d1a0f5449c91c02f8e83bc6e7aebc73d5c74f.tar.bz2
sci-923d1a0f5449c91c02f8e83bc6e7aebc73d5c74f.zip
changed shebang fix location
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/pythontex/pythontex-0.12.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-tex/pythontex/pythontex-0.12.ebuild b/dev-tex/pythontex/pythontex-0.12.ebuild
index 10c67a0be..77de4d23b 100644
--- a/dev-tex/pythontex/pythontex-0.12.ebuild
+++ b/dev-tex/pythontex/pythontex-0.12.ebuild
@@ -36,8 +36,6 @@ src_compile() {
}
src_install() {
-
- python_fix_shebang .
if python_is_python3; then
python_newscript pythontex3.py pythontex.py
python_newscript depythontex3.py depythontex.py
@@ -55,4 +53,5 @@ src_install() {
#insinto ${TEXMF}/tex/latex/${PN}
dodoc README
+ python_fix_shebang ${D}
}