id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
653	"[PATCH] remove ""."" from architecture names"	rrauenza	Infinoid	"Referencing bug #645 (I couldn't reopen it)

The s|\.|_|g was put into the wrong place.  It needs to go above the split -- immediately after the assignment.

i.e.,

{{{
    my $archname = $conf->data->get('archname');

    # This was added to convert IA64.ARCHREV_0 on HP-UX, TT #645
    $archname =~ s|\.|_|g;

    my ( $cpuarch, $osname ) = split( /-/, $archname );
}}}"	bug	closed	normal		none	1.1.0	medium	fixed				applied	
