Changeset 60113 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Mar 21, 2016 10:02:09 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106117
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r60112 r60113 329 329 # Create legacy symlinks if necesary for Qt5/xcb stuff. 330 330 if [ -d "$INSTALLATION_DIR/legacy" ]; then 331 if ! /sbin/ldconfig -p | grep -q "\<libxcb\.so\>" 331 if ! /sbin/ldconfig -p | grep -q "\<libxcb\.so\>"; then 332 332 ln -s $INSTALLATION_DIR/legacy/* $INSTALLATION_DIR/ 333 333 fi
Note:
See TracChangeset
for help on using the changeset viewer.