Changeset 60116 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Mar 21, 2016 11:26:49 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106120
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/install.sh
r60114 r60116 328 328 329 329 # Create legacy symlinks if necesary for Qt5/xcb stuff. 330 if [ -d "$INSTALLATION_DIR/legacy"]; then330 if [ -d $INSTALLATION_DIR/legacy ]; then 331 331 if ! /sbin/ldconfig -p | grep -q "\<libxcb\.so\>"; then 332 332 for f in `ls -1 $INSTALLATION_DIR/legacy/`; do
Note:
See TracChangeset
for help on using the changeset viewer.