From fd9c9df5a8bceb7f73a7c43bedb2f7d428584e0b Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Fri, 20 Jun 2008 01:35:18 +0100
Subject: Add support for sparc install includes.

---
 helpers/lh_binary_includes | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes
index 70959ac..4c8d5bb 100755
--- a/helpers/lh_binary_includes
+++ b/helpers/lh_binary_includes
@@ -75,6 +75,10 @@ case "${LH_ARCHITECTURE}" in
 		ARCH="386"
 		;;
 
+	spa)
+		ARCH="spa"
+		;;
+
 	powerpc)
 		ARCH="ppc"
 		;;
-- 
cgit v1.0