aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/votca-csg/votca-csg-1.0.ebuild')
-rw-r--r--sci-chemistry/votca-csg/votca-csg-1.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-1.0.ebuild b/sci-chemistry/votca-csg/votca-csg-1.0.ebuild
index 6d682343f..59bd65caa 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.0.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.0.ebuild
@@ -33,6 +33,10 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
+ #from bootstrap.sh
+ [ -z "${PV##*9999}" ] && \
+ emake -C share/scripts/inverse -f Makefile.am.in Makefile.am
+
eautoreconf || die "eautoreconf failed"
}