commit: 395f638fc61ea8bdd77771f2e787b76cade2b32b
Author: Chris Kerr <debdepba <AT> dasganma <DOT> tk>
AuthorDate: Thu Dec 31 16:07:48 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 13:19:34 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=395f638f
Corrected name of directory of unpacked tarball
sci-libs/nexus/nexus-4.4.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-libs/nexus/nexus-4.4.1.ebuild
b/sci-libs/nexus/nexus-4.4.1.ebuild
index 53b5ba1..833da21 100644
--- a/sci-libs/nexus/nexus-4.4.1.ebuild
+++ b/sci-libs/nexus/nexus-4.4.1.ebuild
@@ -31,6 +31,8 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen dev-tex/xcolor )
"
+S="${WORKDIR}/code-${PV}"
+
pkg_setup() {
# Handling of dependencies between Fortran module files doesn't play
well with parallel make
use fortran && export MAKEOPTS="${MAKEOPTS} -j1 "