VirtualBox

Changeset 61872 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Jun 24, 2016 8:32:02 AM (9 years ago)
Author:
vboxsync
Message:

Installer/solaris: Using host-version for creating s10 legacy libraries symlinks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r61601 r61872  
    12551255        # Install the S10 legacy library links if necessary
    12561256        if test -d /opt/VirtualBox/legacy/; then
    1257             if ldd /opt/VirtualBox/amd64/VBoxRT-x86.so | grep "not found" > /dev/null; then
     1257            if test "$HOST_OS_MAJORVERSION" -eq 10; then
    12581258                for lib in `ls -1 /opt/VirtualBox/legacy/`; do
    12591259                    ln -sf legacy/$lib /opt/VirtualBox/$lib
    12601260                done
    12611261            fi
    1262             if ldd /opt/VirtualBox/amd64/VBoxRT.so | grep "not found" > /dev/null; then
     1262            if test "$HOST_OS_MAJORVERSION" -eq 10; then
    12631263                for lib in `ls -1 /opt/VirtualBox/amd64/legacy/`; do
    12641264                    ln -sf legacy/$lib /opt/VirtualBox/amd64/$lib
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