Let which_deb search silo in sparc64 instead of sparc.

Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
This commit is contained in:
John Paul Adrian Glaubitz 2015-12-29 22:46:52 +01:00 committed by Steve McIntyre
parent b7938695a1
commit d43c032c10
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ my $pkgdata = "";
my $srcname = "";
if ($pkg eq "silo") {
$pkgdata = grab_bin_info($pth, "sparc", $pkg);
$pkgdata = grab_bin_info($pth, "sparc64", $pkg);
} elsif ($pkg eq "syslinux") {
first { $pkgdata = grab_bin_info($pth, $_, "syslinux-common") } @ARCHES;