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
This commit is contained in:
vallard 2010-07-05 21:52:17 +00:00
parent fea2f1201e
commit 8a303c5f64

View File

@ -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 });