Changeset 97650 in vbox for trunk/src/VBox/Additions/linux/installer
- Timestamp:
- Nov 22, 2022 10:56:25 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r97603 r97650 70 70 QUIET= 71 71 test -z "${TARGET_VER}" && TARGET_VER=`uname -r` 72 73 # Prepend PATH for building UEK7 on OL8 distribution.74 case $(uname -r) in75 5.15.0-*.el8uek*) PATH="/opt/rh/gcc-toolset-11/root/usr/bin:$PATH"76 esac77 72 78 73 # Marker to ignore a particular kernel version which was already installed. … … 472 467 export KERN_VER 473 468 info "Building the modules for kernel $KERN_VER." 469 470 # Prepend PATH for building UEK7 on OL8 distribution. 471 case "$KERN_VER" in 472 5.15.0-*.el8uek*) PATH="/opt/rh/gcc-toolset-11/root/usr/bin:$PATH";; 473 esac 474 474 475 475 # Detect if kernel was built with clang.
Note:
See TracChangeset
for help on using the changeset viewer.