
* WIP: changa package * changa cleanup * flake8 format * adds master branch to ChaNGa * positional arguments * use install instead of copy
14 lines
381 B
Diff
14 lines
381 B
Diff
diff --git a/configure b/configure
|
|
index 04f1a59..602c6cc 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -2434,7 +2434,7 @@ if test $($CHARMC -V | awk '{print $3}') -lt $MINIMUM_CHARM_VERSION; then
|
|
fi
|
|
|
|
CHARM_PATH=${CHARMC%/bin/charmc}
|
|
-CONV_CONFIG=${CHARM_PATH}/tmp/conv-config.sh
|
|
+CONV_CONFIG=${CHARM_PATH}/include/conv-config.sh
|
|
CHARMINC=${CHARM_PATH}/include
|
|
|
|
. ${CONV_CONFIG}
|