Fix incorrect test for sparc architecture in binary include handling.

This commit is contained in:
Chris Lamb 2008-06-20 11:36:15 +01:00 committed by Daniel Baumann
parent 730cf9e4eb
commit a46e647710
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ case "${LH_ARCHITECTURE}" in
ARCH="386"
;;
spa)
sparc)
ARCH="spa"
;;