projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7673cca
)
add s390x to the list
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 20 Feb 2006 19:28:34 +0000
(19:28 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 20 Feb 2006 19:28:34 +0000
(19:28 -0000)
applets/install.sh
patch
|
blob
|
history
diff --git
a/applets/install.sh
b/applets/install.sh
index 0bffc73007175e2bfe732620927750a43fa0a887..2c643f2f229b44d316b106341e4c6a730a82a779 100755
(executable)
--- a/
applets/install.sh
+++ b/
applets/install.sh
@@
-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