From aa011bcce71eefe91768cb2817c16e328aa6eae1 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 11 Jul 2018 10:50:06 +0200 Subject: [PATCH] refactor variable names according to changes in Pmodules/0.99.15 in build-scripts of group 'MX' --- MX/phenix/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MX/phenix/build b/MX/phenix/build index bef16e9..7fb28c1 100755 --- a/MX/phenix/build +++ b/MX/phenix/build @@ -9,7 +9,7 @@ pbuild::build() { } pbuild::install() { - cd "${MODULE_SRCDIR}" + cd "${SRC_DIR}" ./install --prefix="${PREFIX%/*}" }