mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
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:
parent
b7938695a1
commit
d43c032c10
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user