add s390x to the list

This commit is contained in:
Mike Frysinger 2006-02-20 19:28:34 +00:00
parent 7673ccad60
commit dcbad607fc

View File

@ -20,7 +20,7 @@ if [ "$DO_INSTALL_LIBS" != "n" ]; then
# get the target dir for the libs
# This is an incomplete/incorrect list for now
case $(uname -m) in
x86_64|ppc64*|sparc64*|ia64*|hppa*64*) libdir=/lib64 ;;
x86_64|ppc64*|sparc64*|ia64*|hppa*64*|s390x*) libdir=/lib64 ;;
*) libdir=/lib ;;
esac