]> git.saurik.com Git - apt.git/commitdiff
M68k patch
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:10 +0000 (16:57 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:10 +0000 (16:57 +0000)
Author: jgg
Date: 2001-03-09 05:54:19 GMT
M68k patch

buildlib/config.guess
debian/changelog

index 0c9c8752fa96ac67af71c0614f439f87321cfb30..bf5a9b3cdffcc49f1e5ca99e2fd470697f21ecd4 100755 (executable)
@@ -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 <<EOF
index c32f6bf86929117bae317690637c44b933cfc63b..70aba32d82754b981a777f3f641c2eccf0380fec 100644 (file)
@@ -1,3 +1,9 @@
+apt (0.5.3) unstable; urgency=low
+
+  * M68k config.guess patch. Closes: #88913
+  
+ -- Jason Gunthorpe <jgg@debian.org>  Thu,  8 Mar 2001 22:48:06 -0700
+
 apt (0.5.3) unstable; urgency=low
 
   * JoeyH's dpkg::preconfig not working. Closes: #88675