Changeset 60128 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Mar 21, 2016 5:45:35 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106136
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r60116 r60128 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\ >"; then331 if ! /sbin/ldconfig -p | grep -q "\<libxcb\.so\.1\>"; then 332 332 for f in `ls -1 $INSTALLATION_DIR/legacy/`; do 333 333 ln -s $INSTALLATION_DIR/legacy/$f $INSTALLATION_DIR/$f
Note:
See TracChangeset
for help on using the changeset viewer.