diff --git a/bin/install_major_version b/bin/install_major_version
index e1da389fa78f134590e09b9e547f8a1b6faf81d8..f07dd8feb14d778ca704cca25225c3818cee9f07 100755
--- a/bin/install_major_version
+++ b/bin/install_major_version
@@ -95,7 +95,7 @@ update_install \
     --branch=${BR} --rev=${REV} \
     --data=${REV} --validation=${REV} \
     --env=${HOME}/dev/codeaster/devtools/etc/env_${REV}.sh \
-    --command=configure --command=install --command=install_debug \
+    --command=configure --command=install \
     ${wafoptions} \
     --options=--use-config=${CONF} --options=--prefix=${DIR} \
     --options=--install-tests \
@@ -111,7 +111,7 @@ if [ -f ${HOME}/dev/codeaster-${BR}/src/waf_mpi ]; then
         --data=${REV} --validation=${REV} \
         --env=${HOME}/dev/codeaster/devtools/etc/env_${REV}_mpi.sh \
         --waf=waf_mpi --builddir=build/mpi \
-        --command=configure --command=install --command=install_debug \
+        --command=configure --command=install \
         ${wafoptions} \
         --options=--use-config=${CONF} --options=--prefix=${DIR} \
         --options=--install-tests \
diff --git a/bin/update_minor_version b/bin/update_minor_version
index 0c766aa0d6f90237c66fee63b7670c3f83f40d92..7ec2fc452fb1feda43498d1c614b5b8378c251b9 100755
--- a/bin/update_minor_version
+++ b/bin/update_minor_version
@@ -70,7 +70,7 @@ update_install \
     --env=${HOME}/dev/codeaster/devtools/etc/env_${NAME}${SUFFIX}.sh \
     --waf=waf_${VARIANT} --builddir=${BUILD} \
     --command=distclean \
-    --command=configure --command=install --command=install_debug \
+    --command=configure --command=install \
     ${wafoptions} \
     --options=--use-config=${CONF} --options=--prefix=${DIR} \
     --options=--install-tests \