Changeset 61601 in vbox
- Timestamp:
- Jun 9, 2016 7:04:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r61598 r61601 1254 1254 1255 1255 # Install the S10 legacy library links if necessary 1256 if -d /opt/VirtualBox/legacy/; then1256 if test -d /opt/VirtualBox/legacy/; then 1257 1257 if ldd /opt/VirtualBox/amd64/VBoxRT-x86.so | grep "not found" > /dev/null; then 1258 1258 for lib in `ls -1 /opt/VirtualBox/legacy/`; do
Note:
See TracChangeset
for help on using the changeset viewer.