Fixed conditional for arch test

This commit is contained in:
Carl D. Roth
2016-05-13 11:32:49 -07:00
parent 082789b012
commit 1d19e6fd66

View File

@@ -25,8 +25,6 @@
IARCH="@ARCH@"
ARCH=`uname -m`
if test "$ARCH" != "$IARCH"; then
:
else
# identify mappings between kernel arch and debian arch
case "$IARCH:$ARCH" in
armel:arm7l) ;;