Index: /trunk/src/VBox/Additions/linux/installer/vboxadd.sh
===================================================================
--- /trunk/src/VBox/Additions/linux/installer/vboxadd.sh	(revision 57588)
+++ /trunk/src/VBox/Additions/linux/installer/vboxadd.sh	(revision 57589)
@@ -401,8 +401,8 @@
             --module-source $MODULE_SRC/vboxvideo \
             --no-print-directory install >> $LOG 2>&1; then
-            show_error "Look at $LOG to find out what went wrong"
-            return 1
-        fi
-        succ_msg
+            show_error "Look at $LOG to find out what went wrong. The module is not built but the others are."
+        else
+            succ_msg
+        fi
     fi
     depmod
