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