refactor variable names according to changes in Pmodules/0.99.15 in build-scripts of group 'Compiler'

This commit is contained in:
2018-07-11 10:49:03 +02:00
parent f62924c8f3
commit b53aaf92a5
17 changed files with 39 additions and 39 deletions

View File

@@ -3,7 +3,7 @@
SOURCE_URL="https://sourceforge.net/projects/math-atlas/files/Stable/$V/atlas$V.tar.bz2"
pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
"${SRC_DIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}