Changeset 60112 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Mar 21, 2016 9:33:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r60102 r60112 329 329 # Create legacy symlinks if necesary for Qt5/xcb stuff. 330 330 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\>" 333 332 ln -s $INSTALLATION_DIR/legacy/* $INSTALLATION_DIR/ 334 333 fi
Note:
See TracChangeset
for help on using the changeset viewer.