Changeset 37194 in vbox for trunk/src/VBox
- Timestamp:
- May 24, 2011 1:11:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/Installer/postinstall.sh
r37182 r37194 22 22 # terms and conditions of either the GPL or the CDDL or both. 23 23 # 24 25 export LANG=C 24 26 25 27 # uncompress(directory, file) … … 217 219 # We do not rely on using Xorg -version's ABI output because some builds (snv_162 iirc) have 64-bit ABI with 218 220 # 32-bit file locations. 219 bitsize=`file $vboxmouse32_dest_base/mouse_drv.so | grep -i "32-bit"` 220 skip32="no" 221 if test -f "$vboxmouse32_dest_base/mouse_drv.so"; then 222 bitsize=`file "$vboxmouse32_dest_base/mouse_drv.so" | grep -i "32-bit"` 223 skip32="no" 224 else 225 echo "* Warning mouse_drv.so missing. Assuming Xorg ABI is 64-bit..." 226 fi 227 221 228 if test -z "$bitsize"; then 222 229 skip32="yes"
Note:
See TracChangeset
for help on using the changeset viewer.