diff options
Diffstat (limited to 'helpers/lh_binary_includes')
-rwxr-xr-x | helpers/lh_binary_includes | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helpers/lh_binary_includes b/helpers/lh_binary_includes index e86150f38..f97d735f7 100755 --- a/helpers/lh_binary_includes +++ b/helpers/lh_binary_includes @@ -75,13 +75,13 @@ case "${LH_ARCHITECTURE}" in ARCH="386" ;; - sparc) - ARCH="spa" - ;; - powerpc) ARCH="ppc" ;; + + sparc) + ARCH="spa" + ;; esac # Working arround vfat limitations |