Description: Call the mkoctfile binary by its name without version
Forwarded: not-needed
Author: Sébastien Villemot <sebastien.villemot@ens.fr>
--- a/scripts/miscellaneous/mkoctfile.m
+++ b/scripts/miscellaneous/mkoctfile.m
@@ -145,7 +145,7 @@
   bindir = octave_config_info ("bindir");
   ext = octave_config_info ("EXEEXT");
 
-  shell_script = fullfile (bindir, sprintf ("mkoctfile-%s%s", OCTAVE_VERSION, ext));
+  shell_script = fullfile (bindir, "mkoctfile");
 
   if (! exist (shell_script, "file"))
     __gripe_missing_component__ ("mkoctfile", "mkoctfile");
