diff --git a/CMake/variants/variants.cbm206 b/CMake/variants/variants.cbm206
index e42b90e66b0d4b2b11ac3d52692c51244785cab3..fc66084b74427e958bfb9a0ef4203c57c572c089 100644
--- a/CMake/variants/variants.cbm206
+++ b/CMake/variants/variants.cbm206
@@ -11,9 +11,9 @@ option(USE_LOG4CPLUS "Use Log4Cplus" ON)
 option(USE_MPI       "Use MPI"       ON)
 option(USE_CUDA      "Use CUDA"      ON)
 
-set(CASACORE_ROOT_DIR /opt/shared/casacore/3.0.0)
-set(DAL_ROOT_DIR      /home/mol/opt/DAL/3.3.1)
-set(BLITZ_ROOT_DIR    /home/mol/opt/blitz/0.9)
+set(CASACORE_ROOT_DIR /opt/casacore/3.0.0)
+set(DAL_ROOT_DIR      /opt/DAL/3.3.1)
+set(BLITZ_ROOT_DIR    /opt/blitz/0.9)
 
 # MPI_ROOT_DIR does not need to be specified, because it can just be found thanks to the usage of mpi-selector