From c09714a617774d8dd021d83b6b59d61be791f53d Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 18 Dec 2014 15:16:41 +0800 Subject: [PATCH] fix for bug 4472: copycds should not change ppc.* to ppc64 --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 xCAT-server/lib/xcat/plugins/anaconda.pm diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm old mode 100644 new mode 100755 index 7d904968d..b38dd3cb0 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -2338,7 +2338,7 @@ sub copycd ); return; } - if ($arch =~ /ppc/) { $arch = "ppc64" } + if ($arch eq "ppc") { $arch = "ppc64" } } if($inspection)