VirtualBox

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


Ignore:
Timestamp:
Mar 21, 2016 5:45:35 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106136
Message:

Installer/linux: refined library check

File:
1 edited

Legend:

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

    r60116 r60128  
    329329    # Create legacy symlinks if necesary for Qt5/xcb stuff.
    330330    if [ -d $INSTALLATION_DIR/legacy ]; then
    331         if ! /sbin/ldconfig -p | grep -q "\<libxcb\.so\>"; then
     331        if ! /sbin/ldconfig -p | grep -q "\<libxcb\.so\.1\>"; then
    332332            for f in `ls -1 $INSTALLATION_DIR/legacy/`; do
    333333                ln -s $INSTALLATION_DIR/legacy/$f $INSTALLATION_DIR/$f
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