Changeset 97603 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Nov 17, 2022 9:03:45 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r97581 r97603 47 47 MODPROBE=/sbin/modprobe 48 48 SCRIPTNAME=vboxdrv.sh 49 50 # Prepend PATH for building UEK7 on OL8 distribution. 51 case $(uname -r) in 52 5.15.0-*.el8uek*) PATH="/opt/rh/gcc-toolset-11/root/usr/bin:$PATH" 53 esac 49 54 50 55 # The below is GNU-specific. See VBox.sh for the longer Solaris/OS X version.
Note:
See TracChangeset
for help on using the changeset viewer.