Index: /BOL/script_install/install_lmdz.sh
===================================================================
--- /BOL/script_install/install_lmdz.sh	(revision 6174)
+++ /BOL/script_install/install_lmdz.sh	(revision 6175)
@@ -782,4 +782,12 @@
     esac
 
+    # updating suffix for name of executable to come out of the compilation
+    if [[ $veget = 'none' ]]; then
+        suff_orc=''
+    else
+        suff_orc='_'${fcm_veget_version}
+    fi
+
+
     if [[ -n $fetch_rev ]]; then
         echo "IF YOU INSTALL ORCHIDEE THE VERY FIRST TIME, ASK for PASSWORD at orchidee-help@listes.ipsl.fr"
@@ -899,5 +907,5 @@
     # Check executable
     # FHTBD : Nettoyer tout ça en douceur mais sans trainer
-    # name of executable changed with new makelmdz_fcm (revision 5743)
+    # name of executable changed with new makelmdz_fcm (revision 5844)
     if [[ -z ${build_dir+x} ]]; then build_dir=libo; fi
     if [[ -x $build_dir/$config_name/gcm ]]; then
