VirtualBox

Changeset 76984 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 25, 2019 10:56:40 AM (6 years ago)
Author:
vboxsync
Message:

Additions/linux: fix a regression from previous commit.
bugref:9364: GAs fail to build and fail to report the failure on a Debian 9.6.
This regression caused us to always report missing kernel headers before
building kernel modules. Fixed in this change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd.sh

    r76912 r76984  
    505505        # That is, we mark all but the requested kernel.
    506506        rm -f "$SKIPFILE_BASE"-"$TARGET_VER"
    507         test -d /lib/modules/"TARGET_VER"/build || test -n "$QUICKSETUP" ||
     507        test -d /lib/modules/"$TARGET_VER"/build || test -n "$QUICKSETUP" ||
    508508            info "Kernel headers not found for target kernel $TARGET_VER. \
    509509Please install them and execute
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