From 475e64aa69a41009884853d9f8ce5a6fc83ca437 Mon Sep 17 00:00:00 2001 From: baiyuan Date: Tue, 28 Oct 2014 05:14:42 -0400 Subject: [PATCH] use ppc64el now for ubuntu package use ppc64el --- xCAT-server/lib/xcat/plugins/debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/debian.pm b/xCAT-server/lib/xcat/plugins/debian.pm index e44477788..62cc32abd 100755 --- a/xCAT-server/lib/xcat/plugins/debian.pm +++ b/xCAT-server/lib/xcat/plugins/debian.pm @@ -279,7 +279,7 @@ sub copycd } elsif ($darch and $darch =~ /ppc64el/) { - $darch = "ppc64le"; + $darch = "ppc64el"; } elsif ($darch and ($darch =~ /ppc/ or $darch =~ /powerpc/)) {