From: Arch Librarian Date: Mon, 20 Sep 2004 16:57:10 +0000 (+0000) Subject: M68k patch X-Git-Tag: 0.7.24ubuntu1~1062 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/270b9ad11be6c5c51ad7e5c22223203a9f823acf M68k patch Author: jgg Date: 2001-03-09 05:54:19 GMT M68k patch --- diff --git a/buildlib/config.guess b/buildlib/config.guess index 0c9c8752f..bf5a9b3cd 100755 --- a/buildlib/config.guess +++ b/buildlib/config.guess @@ -757,7 +757,7 @@ EOF echo ${UNAME_MACHINE}-unknown-linux exit 0 ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnuaout + echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; mips:Linux:*:*) cat >$dummy.c < Thu, 8 Mar 2001 22:48:06 -0700 + apt (0.5.3) unstable; urgency=low * JoeyH's dpkg::preconfig not working. Closes: #88675