diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-20 01:35:18 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-20 01:35:18 +0100 |
commit | 21d51d04f9ea91b1ddf726d9a56fb147f842dc7a (patch) | |
tree | 0c1c3d12dc7643d8938f4091070ff8b4035fe4c8 /helpers | |
parent | ec998961a8e378a44df47010022be3ff9af52131 (diff) | |
download | vyos-live-build-21d51d04f9ea91b1ddf726d9a56fb147f842dc7a.tar.gz vyos-live-build-21d51d04f9ea91b1ddf726d9a56fb147f842dc7a.zip |
Add support for sparc install includes.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_includes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes index 70959ace9..4c8d5bbb4 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" ;; |