add s390x to the list
authorMike Frysinger <vapier@gentoo.org>
Mon, 20 Feb 2006 19:28:34 +0000 (19:28 -0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 20 Feb 2006 19:28:34 +0000 (19:28 -0000)
applets/install.sh

index 0bffc73007175e2bfe732620927750a43fa0a887..2c643f2f229b44d316b106341e4c6a730a82a779 100755 (executable)
@@ -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