Changeset 59083 in vbox for trunk/src/VBox
- Timestamp:
- Dec 10, 2015 7:50:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/vbox_vendor_select
r59030 r59083 1 #!/bin/ksh 1 #!/bin/ksh93 2 2 # 3 3 # Based on mesa_vendor_select from Solaris 11.3 with the following copyright: … … 27 27 28 28 LINKDIR=/system/volatile/opengl 29 if [[ ! -d ${LINKDIR} ]] ; then30 exit 131 fi32 29 MESA_SELECT=/lib/opengl/ogl_select/mesa_vendor_select 33 30
Note:
See TracChangeset
for help on using the changeset viewer.