Modules.build: family changed to Tools

This commit is contained in:
2014-05-01 13:46:45 +02:00
parent 8919924f4b
commit 0ea2f4b8e0

View File

@@ -3,9 +3,10 @@
source "$(dirname $0)/../config/environment.bash"
source "$(dirname $0)/../lib/libem.bash"
function em.configure() {
"${EM_SRCDIR}"/configure \
--prefix="${EM_BINDIR}/core" \
--prefix="${EM_BINDIR}/${EM_FAMILY}" \
--with-module-path="${MODULEPATH_ROOT}" \
|| exit 1
}