Ticket #645: patch.txt
| File patch.txt, 444 bytes (added by rrauenza, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | smoketst@hairball.cup.hp.com $ more /tmp/mypatch |
| 2 | Index: config/auto/arch.pm |
| 3 | =================================================================== |
| 4 | --- config/auto/arch.pm (revision 38492) |
| 5 | +++ config/auto/arch.pm (working copy) |
| 6 | @@ -39,6 +39,7 @@ |
| 7 | $verbose and print "\n"; |
| 8 | |
| 9 | my $archname = $conf->data->get('archname'); |
| 10 | + $archname =~ s|\.|_|g; |
| 11 | my ( $cpuarch, $osname ) = split( /-/, $archname ); |
| 12 | |
| 13 | if ($verbose) { |
