Changeset 97581 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 16, 2022 11:37:43 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r97405 r97581 639 639 for j in $MODULE_LIST; do 640 640 for mod_ext in ko ko.gz ko.xz ko.zst; do 641 test -f "${i}/ ${j}.${mod_ext}" && do_update=1 && rm -f "${i}/${j}.${mod_ext}"641 test -f "${i}/misc/${j}.${mod_ext}" && do_update=1 && rm -f "${i}/misc/${j}.${mod_ext}" 642 642 done 643 643 done
Note:
See TracChangeset
for help on using the changeset viewer.