Changeset 72817 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 3, 2018 10:00:24 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123361
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.include.footer
r70702 r72817 71 71 @mkdir -p $(MODULE_DIR); \ 72 72 install -m 0644 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \ 73 PATH="$(PATH):/bin:/sbin" depmod -a; 73 PATH="$(PATH):/bin:/sbin" depmod -a; sync 74 74 75 75 clean: -
trunk/src/VBox/Installer/linux/vboxdrv.sh
r72682 r72817 410 410 version=`expr "${i}" : "/lib/modules/\(.*\)"` 411 411 depmod -a "${version}" 412 sync 412 413 fi 413 414 # Remove the kernel version folder if it was empty except for us. … … 461 462 rm -f /etc/vbox/module_not_compiled 462 463 depmod -a 464 sync 463 465 succ_msg "VirtualBox kernel modules built" 464 466 }
Note:
See TracChangeset
for help on using the changeset viewer.