diff options
Diffstat (limited to 'scripts/scrubtree')
-rwxr-xr-x | scripts/scrubtree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scrubtree b/scripts/scrubtree index 10ed1a81a..3e3b20f33 100755 --- a/scripts/scrubtree +++ b/scripts/scrubtree @@ -14,7 +14,7 @@ if [ $ARCH = ia64 ]; then STRIP="strip --strip-debug" fi -if [ $ARCH = x86_64 ]; then +if [ $ARCH = x86_64 -o $ARCH = s390x ]; then LIBDIR=lib64 else LIBDIR=lib |