[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SuperH fixes



In the article <20010424132850.A4466@cistron.nl>,
Wichert Akkerman <wichert@cistron.nl> wrote:

> Please don't wait until I prepare a new release in the future
> since I would rather not touch the code at all but just test it.
> I merged this one since it's obviously correct and doesn't change
> and translatable text.

Thanks a lot!  But unfortunately this change seems to be left out.
Please check in with it too.

Index: dpkg-architecture.pl
===================================================================
RCS file: /cvs/dpkg/dpkg/scripts/dpkg-architecture.pl,v
retrieving revision 1.18
diff -u -r1.18 dpkg-architecture.pl
--- dpkg-architecture.pl	2001/04/24 11:25:41	1.18
+++ dpkg-architecture.pl	2001/04/24 11:54:15
@@ -94,6 +94,7 @@
 
 	s/(?:i386|i486|i586|i686|pentium)(.*linux)/i386$1/;
 	s/ppc/powerpc/;
+	s/sh[34]/sh/;
 	return $_;
 }


--
YAEGASHI Takeshi <t@keshi.org>







Reply to: