VirtualBox

Changeset 44772 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Feb 20, 2013 8:29:37 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83884
Message:

Installer/linux: fix still outstanding from r80829.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r44528 r44772  
    3030DEVICE=/dev/vboxdrv
    3131LOG="/var/log/vbox-install.log"
     32VERSION=%VERSION%
    3233MODPROBE=/sbin/modprobe
    3334
     
    324325    if [ -n "$DKMS" ]; then
    325326      begin_msg "Trying to register the VirtualBox kernel modules using DKMS"
    326       if ! $DODKMS install vboxhost $INSTALL_VER >> $LOG; then
     327      if ! $DODKMS install vboxhost $VERSION >> $LOG; then
    327328        fail_msg "Failed, trying without DKMS"
    328329        DKMS=""
Note: See TracChangeset for help on using the changeset viewer.

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