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>
This commit is contained in:
Ben Hutchings 2018-07-26 11:22:42 +01:00 committed by Masahiro Yamada
parent 822f44fb5b
commit 60ca40a064
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ set_debarch() {
# Attempt to find the correct Debian architecture
case "$UTS_MACHINE" in
i386|ia64|alpha)
i386|ia64|alpha|m68k)
debarch="$UTS_MACHINE" ;;
x86_64)
debarch=amd64 ;;