Changeset 59024 in vbox for trunk/src/VBox/Additions/solaris/Installer/vbox_vendor_select
- Timestamp:
- Dec 7, 2015 3:21:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/vbox_vendor_select
r59018 r59024 1 #!/bin/ksh 931 #!/bin/ksh 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] ]] ; then 30 LINKDIR=/var/run/opengl 31 fi 32 if [[ ! -d ${LINKDIR] ]] ; then 33 exit 1 34 fi 29 35 MESA_SELECT=/lib/opengl/ogl_select/mesa_vendor_select 30 36
Note:
See TracChangeset
for help on using the changeset viewer.