VirtualBox

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


Ignore:
Timestamp:
Mar 21, 2016 9:33:55 AM (9 years ago)
Author:
vboxsync
Message:

nitpicking

File:
1 edited

Legend:

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

    r60102 r60112  
    329329    # Create legacy symlinks if necesary for Qt5/xcb stuff.
    330330    if [ -d "$INSTALLATION_DIR/legacy" ]; then
    331         XCB_PRESENT=`ldconfig -p | grep "\<libxcb\.so\>"`
    332         if [ -z "$XCB_PRESENT" ]; then
     331        if ! /sbin/ldconfig -p | grep -q "\<libxcb\.so\>"
    333332            ln -s $INSTALLATION_DIR/legacy/* $INSTALLATION_DIR/
    334333        fi
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