diff --git a/build.sh b/build.sh index d788465b3460ab470baeff0a94842728d369f90e..d1c52465cc12bf5ab7e1b1144442d78450a61bf4 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$branch/CMAKE/bin:$PATH" fi -if [ x"$hostname" == x"cifarm-ubuntu-node.mpi-cbg.de" ]; then +if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then echo "Ubuntu node" export PATH="/opt/bin:$PATH" fi