Changeset 17247 in vbox for trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
- Timestamp:
- Mar 2, 2009 1:46:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r17241 r17247 70 70 vboxadditions64_path=$vboxadditions_path/$solaris64dir 71 71 72 # get what ISA the guest is running 73 cputype=`isainfo -k` 74 if test "$cputype" = "amd64"; then 72 # get what ISA the guest is running 73 cputype=`isainfo -k` 74 if test "$cputype" = "amd64"; then 75 75 isadir=$solaris64dir 76 76 else 77 isadir="" 77 isadir="" 78 78 fi 79 79 vboxadditionsisa_path=$vboxadditions_path/$isadir … … 135 135 vboxmouse_src="vboxmouse_drv_16.so" 136 136 vboxvideo_src="vboxvideo_drv_16.so" 137 ;; 137 ;; 138 138 1.5.* ) 139 139 vboxmouse_src="vboxmouse_drv_15.so" 140 140 vboxvideo_src="vboxvideo_drv_15.so" 141 ;; 141 ;; 142 142 7.1.* | *7.2.* ) 143 143 vboxmouse_src="vboxmouse_drv_71.so" 144 144 vboxvideo_src="vboxvideo_drv_71.so" 145 145 ;; 146 146 6.9.* | 7.0.* ) 147 147 vboxmouse_src="vboxmouse_drv_70.so"
Note:
See TracChangeset
for help on using the changeset viewer.