Skip to content

Commit 72eff64

Browse files
committed
script dir bugfix.
1 parent 8db9db9 commit 72eff64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/lc/install-from-dev-pkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo $BUILD_ALLOC
2424

2525
mkdir -p $INSTALL_DIR
2626

27-
./spheral/scripts/devtools/tpl-manager.py --spack-url $SPACK_URL --init-only --spec=none --no-upstream --spheral-spack-dir $INSTALL_DIR/spheral-spack-tpls
27+
./$SCRIPT_DIR/devtools/tpl-manager.py --spack-url $SPACK_URL --init-only --spec=none --no-upstream --spheral-spack-dir $INSTALL_DIR/spheral-spack-tpls
2828

2929
source $INSTALL_DIR/spheral-spack-tpls/spack/share/spack/setup-env.sh
3030
spack bootstrap add --trust local-sources $PWD/resources/metadata/sources

0 commit comments

Comments
 (0)