VirtualBox

Changeset 57589 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Aug 31, 2015 2:30:11 PM (9 years ago)
Author:
vboxsync
Message:

Additions/linux: don't freak out if the compilation of vboxvideo.ko fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r56881 r57589  
    401401            --module-source $MODULE_SRC/vboxvideo \
    402402            --no-print-directory install >> $LOG 2>&1; then
    403             show_error "Look at $LOG to find out what went wrong"
    404             return 1
    405         fi
    406         succ_msg
     403            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
    407407    fi
    408408    depmod
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette