VirtualBox

Changeset 60102 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Mar 18, 2016 4:24:38 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106102
Message:

Fix for r106101.

File:
1 edited

Legend:

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

    r60101 r60102  
    328328
    329329    # Create legacy symlinks if necesary for Qt5/xcb stuff.
    330     XCB_PRESENT=`ldconfig -p | grep "\<libxcb\.so\>"`
    331     if [ -z "$XCB_PRESENT" ]; then
    332         ln -s $INSTALLATION_DIR/legacy/* $INSTALLATION_DIR/
     330    if [ -d "$INSTALLATION_DIR/legacy" ]; then
     331        XCB_PRESENT=`ldconfig -p | grep "\<libxcb\.so\>"`
     332        if [ -z "$XCB_PRESENT" ]; then
     333            ln -s $INSTALLATION_DIR/legacy/* $INSTALLATION_DIR/
     334        fi
    333335    fi
    334336
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette