Comment 5 for bug 403316

Revision history for this message
Robert Hooker (sarvatt) wrote :

Adding all packages this bug effects that I have found so we can track it. fglrx-installer is a litle more serious than the xsfbs.sh users, it uses the --print-installation-architecture output to determine the diversionvon amd64 machines in debian/xorg-driver-fglrx.preinst

if [ `dpkg --print-installation-architecture` = "amd64" ]; then
        HAS_LIB32="yes"
fi