Fix incorrect test for sparc architecture in binary include handling.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
This commit is contained in:
Chris Lamb 2008-06-20 11:36:15 +01:00
parent bcd8472821
commit d0f57376eb
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"
;;