VirtualBox

Changeset 97581 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Nov 16, 2022 11:37:43 PM (2 years ago)
Author:
vboxsync
Message:

Linux: rcvboxdrv: fix modules cleanup path, bugref:10287.

File:
1 edited

Legend:

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

    r97405 r97581  
    639639        for j in $MODULE_LIST; do
    640640            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}"
    642642            done
    643643        done
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