builddeb: Add automatic support for m68k architecture
authorBen Hutchings <ben@decadent.org.uk>
Thu, 26 Jul 2018 10:22:42 +0000 (11:22 +0100)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 28 Jul 2018 01:53:44 +0000 (10:53 +0900)
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/package/mkdebian

index fb0d3056f3e22dcaf20311a72400d54b5f6c9bb8..470899fa3a8cfbcd262e54e639996848b1bfa2aa 100755 (executable)
@@ -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 ;;