From 0d0f4641286b2d1fe5b0787db1fe1b1c6f0396c4 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Sep 11 2013 02:43:26 +0000 Subject: Fix run-misc-tests.sh script to allow it to run on s390x properly. --- diff --git a/debian/changelog b/debian/changelog index d507e12..d1cbe50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +acpica-unix (20130823-2) unstable; urgency=low + + * Fix the run-misc-tests.sh script to enable running on s390x. + + -- Al Stone Tue, 10 Sep 2013 20:41:19 -0600 + acpica-unix (20130823-1) unstable; urgency=low * Update to latest upstream. diff --git a/debian/run-misc-tests.sh b/debian/run-misc-tests.sh index 4c4cac4..c5ccd9e 100755 --- a/debian/run-misc-tests.sh +++ b/debian/run-misc-tests.sh @@ -24,6 +24,7 @@ $BINDIR/iasl -h m=`uname -m` case $m in + s390x | \ *64) BITS=64 ;; *) BITS=32