01913de
diff --git a/src/gromacs/gmxana/gmx_do_dssp.cpp b/src/gromacs/gmxana/gmx_do_dssp.cpp
01913de
index a8aab1bc2..184592b7e 100644
01913de
--- a/src/gromacs/gmxana/gmx_do_dssp.cpp
01913de
+++ b/src/gromacs/gmxana/gmx_do_dssp.cpp
Dominik Mierzejewski 3af74f4
@@ -445,7 +445,7 @@ int gmx_do_dssp(int argc, char *argv[])
91cb199
         "calling the dssp program. If you do not have the dssp program,",
91cb199
         "get it from http://swift.cmbi.ru.nl/gv/dssp. [THISMODULE] assumes ",
91cb199
         "that the dssp executable is located in ",
91cb199
-        "[TT]/usr/local/bin/dssp[tt]. If this is not the case, then you should",
91cb199
+        "[TT]/usr/bin/mkdssp[tt]. If this is not the case, then you should",
91cb199
         "set an environment variable [TT]DSSP[tt] pointing to the dssp",
91cb199
         "executable, e.g.: [PAR]",
91cb199
         "[TT]setenv DSSP /opt/dssp/bin/dssp[tt][PAR]",
Dominik Mierzejewski 3af74f4
@@ -590,7 +590,7 @@ int gmx_do_dssp(int argc, char *argv[])
91cb199
 
01913de
     if ((dptr = getenv("DSSP")) == nullptr)
91cb199
     {
91cb199
-        dptr = "/usr/local/bin/dssp";
91cb199
+        dptr = "/usr/bin/mkdssp";
91cb199
     }
91cb199
     if (!gmx_fexist(dptr))
91cb199
     {