Changeset 37182 in vbox for trunk/src/VBox
- Timestamp:
- May 23, 2011 2:29:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r36850 r37182 215 215 # snv_163 drops 32-bit support completely, and uses 32-bit locations for the 64-bit stuff. Ugly. 216 216 # We try to detect this by looking at bitness of "mouse_drv.so", and adjust our destination paths accordingly. 217 bitsize=`file $vboxmouse32_dest_base/mouse_drv.so | grep "32-bit"` 217 # We do not rely on using Xorg -version's ABI output because some builds (snv_162 iirc) have 64-bit ABI with 218 # 32-bit file locations. 219 bitsize=`file $vboxmouse32_dest_base/mouse_drv.so | grep -i "32-bit"` 218 220 skip32="no" 219 221 if test -z "$bitsize"; then
Note:
See TracChangeset
for help on using the changeset viewer.