diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-20 01:35:18 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:36 +0100 |
commit | fd9c9df5a8bceb7f73a7c43bedb2f7d428584e0b (patch) | |
tree | 0c1c3d12dc7643d8938f4091070ff8b4035fe4c8 /helpers/lh_binary_includes | |
parent | 468838fdad1c4496c2260131c01785f701b0e7cb (diff) | |
download | vyos-live-build-fd9c9df5a8bceb7f73a7c43bedb2f7d428584e0b.tar.gz vyos-live-build-fd9c9df5a8bceb7f73a7c43bedb2f7d428584e0b.zip |
Add support for sparc install includes.
Diffstat (limited to 'helpers/lh_binary_includes')
-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" ;; |