Changeset 62471 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Jul 22, 2016 6:04:30 PM (8 years ago)
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r61998 r62471 357 357 plugins/platforms/libqxcb.so \ 358 358 $(if $(VBOX_GUI_USE_QGL),libQt5OpenGLVBox.so.5,) 359 endif 359 endif 360 360 else # VBOX_WITH_QTGUI_V5 361 361 ifdef VBOX_WITH_ORACLE_QT … … 447 447 SOLARIS_QTLIBS = 448 448 ifdef VBOX_WITH_QTGUI 449 ifdef VBOX_WITH_ORACLE_QT 449 ifdef VBOX_WITH_ORACLE_QT 450 450 SOLARIS_QTLIBS += \ 451 451 libQtXmlVBox.so.4 \ -
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r61918 r62471 1196 1196 if test "$HOST_OS_MAJORVERSION" -eq 10; then 1197 1197 for lib in `ls -1 /opt/VirtualBox/legacy/`; do 1198 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/$lib=legacy/$lib s 1199 done 1198 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/$lib=legacy/$lib s 1199 done 1200 1200 for lib in `ls -1 /opt/VirtualBox/amd64/legacy/`; do 1201 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/amd64/$lib=legacy/$lib s 1201 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/amd64/$lib=legacy/$lib s 1202 1202 done 1203 1203 fi
Note:
See TracChangeset
for help on using the changeset viewer.