summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-06-20 01:35:18 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:36 +0100
commitfd9c9df5a8bceb7f73a7c43bedb2f7d428584e0b (patch)
tree0c1c3d12dc7643d8938f4091070ff8b4035fe4c8 /helpers
parent468838fdad1c4496c2260131c01785f701b0e7cb (diff)
downloadlive-build-fd9c9df5a8bceb7f73a7c43bedb2f7d428584e0b.zip
live-build-fd9c9df5a8bceb7f73a7c43bedb2f7d428584e0b.tar.gz
Add support for sparc install includes.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_includes4
1 files changed, 4 insertions, 0 deletions
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"
;;