Changeset 57589 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Aug 31, 2015 2:30:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r56881 r57589 401 401 --module-source $MODULE_SRC/vboxvideo \ 402 402 --no-print-directory install >> $LOG 2>&1; then 403 show_error "Look at $LOG to find out what went wrong "404 return 1405 fi406 succ_msg403 show_error "Look at $LOG to find out what went wrong. The module is not built but the others are." 404 else 405 succ_msg 406 fi 407 407 fi 408 408 depmod
Note:
See TracChangeset
for help on using the changeset viewer.