Changeset 60101 in vbox
- Timestamp:
- Mar 18, 2016 4:01:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r59883 r60101 327 327 fi 328 328 329 # 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/ 333 fi 334 329 335 # Icons 330 336 cur=`pwd`
Note:
See TracChangeset
for help on using the changeset viewer.