diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2018-07-26 06:22:42 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-07-27 21:53:44 -0400 |
commit | 60ca40a0649b462c7b398c6c603433faa0f56e26 (patch) | |
tree | 17afb86a830ae5e0d979e2080cb0e60bca488880 | |
parent | 822f44fb5bf456f7032c2b428158d51b5fda1e99 (diff) |
builddeb: Add automatic support for m68k architecture
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rwxr-xr-x | scripts/package/mkdebian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian index fb0d3056f3e2..470899fa3a8c 100755 --- a/scripts/package/mkdebian +++ b/scripts/package/mkdebian | |||
@@ -26,7 +26,7 @@ set_debarch() { | |||
26 | 26 | ||
27 | # Attempt to find the correct Debian architecture | 27 | # Attempt to find the correct Debian architecture |
28 | case "$UTS_MACHINE" in | 28 | case "$UTS_MACHINE" in |
29 | i386|ia64|alpha) | 29 | i386|ia64|alpha|m68k) |
30 | debarch="$UTS_MACHINE" ;; | 30 | debarch="$UTS_MACHINE" ;; |
31 | x86_64) | 31 | x86_64) |
32 | debarch=amd64 ;; | 32 | debarch=amd64 ;; |