From 8a303c5f64cb391a5ba9f373d31afbf2433c6853 Mon Sep 17 00:00:00 2001 From: vallard Date: Mon, 5 Jul 2010 21:52:17 +0000 Subject: [PATCH] fixed bug in kickstart path: no arch git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6645 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/imgport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/imgport.pm b/xCAT-server/lib/xcat/plugins/imgport.pm index f336813f0..e8d8fac93 100644 --- a/xCAT-server/lib/xcat/plugins/imgport.pm +++ b/xCAT-server/lib/xcat/plugins/imgport.pm @@ -753,7 +753,7 @@ sub make_files { $os = 'rh'; } - my $instdir = "$installroot/custom/install/$os/$arch"; + my $instdir = "$installroot/custom/install/$os"; #mkpath("$instdir", { verbose => 1, mode => 0755, error => \my $err }); mkpath("$instdir", { verbose => 1, mode => 0755 });