Changeset 44772 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Feb 20, 2013 8:29:37 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83884
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r44528 r44772 30 30 DEVICE=/dev/vboxdrv 31 31 LOG="/var/log/vbox-install.log" 32 VERSION=%VERSION% 32 33 MODPROBE=/sbin/modprobe 33 34 … … 324 325 if [ -n "$DKMS" ]; then 325 326 begin_msg "Trying to register the VirtualBox kernel modules using DKMS" 326 if ! $DODKMS install vboxhost $ INSTALL_VER>> $LOG; then327 if ! $DODKMS install vboxhost $VERSION >> $LOG; then 327 328 fail_msg "Failed, trying without DKMS" 328 329 DKMS=""
Note:
See TracChangeset
for help on using the changeset viewer.