mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 06:30:09 +00:00
add s390x to the list
This commit is contained in:
parent
7673ccad60
commit
dcbad607fc
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user