aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/mgltools-pmv/mgltools-pmv-1.5.4.ebuild')
-rw-r--r--sci-chemistry/mgltools-pmv/mgltools-pmv-1.5.4.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/sci-chemistry/mgltools-pmv/mgltools-pmv-1.5.4.ebuild b/sci-chemistry/mgltools-pmv/mgltools-pmv-1.5.4.ebuild
index fa2e832c6..a359a24c1 100644
--- a/sci-chemistry/mgltools-pmv/mgltools-pmv-1.5.4.ebuild
+++ b/sci-chemistry/mgltools-pmv/mgltools-pmv-1.5.4.ebuild
@@ -37,13 +37,8 @@ src_unpack() {
}
src_install() {
- mglpath="$(python_get_sitedir)/MGLToolsPckgs/"
+ distutils_src_install
- distutils_src_install \
- --install-purelib="${mglpath}" \
- --install-platlib="${mglpath}" \
- --install-scripts="${mglpath}"
-
- sed '1s:^.*$:#!/bin/python:g' -i Pmv/bin/runPmv || die
+ sed '1s:^.*$:#!/usr/bin/python:g' -i Pmv/bin/runPmv || die
dobin Pmv/bin/runPmv || die
}