fix defect #4327 [dev] copycds should use ppc64le instead of ppc64el in ubuntu ppc64le

This commit is contained in:
immarvin 2014-10-28 01:58:19 -07:00
parent 15bc5437f4
commit fead0c878e

View File

@ -279,7 +279,7 @@ sub copycd
}
elsif ($darch and $darch =~ /ppc64el/)
{
$darch = "ppc64el";
$darch = "ppc64le";
}
elsif ($darch and ($darch =~ /ppc/ or $darch =~ /powerpc/))
{