VirtualBox

Changeset 37182 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 23, 2011 2:29:42 PM (14 years ago)
Author:
vboxsync
Message:

Additions/Solaris: fix ABI detection with differing locales.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/Installer/postinstall.sh

    r36850 r37182  
    215215        # snv_163 drops 32-bit support completely, and uses 32-bit locations for the 64-bit stuff. Ugly.
    216216        # 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"`
    218220        skip32="no"
    219221        if test -z "$bitsize"; then
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette