fix defect #4327 [dev] copycds should use ppc64le instead of ppc64el in ubuntu ppc64le
This commit is contained in:
parent
15bc5437f4
commit
fead0c878e
@ -279,7 +279,7 @@ sub copycd
|
||||
}
|
||||
elsif ($darch and $darch =~ /ppc64el/)
|
||||
{
|
||||
$darch = "ppc64el";
|
||||
$darch = "ppc64le";
|
||||
}
|
||||
elsif ($darch and ($darch =~ /ppc/ or $darch =~ /powerpc/))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user