use ppc64el now for ubuntu package use ppc64el

This commit is contained in:
baiyuan 2014-10-28 05:14:42 -04:00
parent dcaa4416af
commit 475e64aa69

View File

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