Fix management server local repository setup on installing nodes

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@975 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-04-03 21:24:45 +00:00
parent 7e7e33bc0b
commit 62f8a82591

View File

@ -15,7 +15,7 @@ sub localize_yumrepo {
my $dosqlite = 0;
my $repomdfile;
my $primaryxml;
$installpfx = "$installroot/$distname/$arch/";
$installpfx = "$installroot/$distname/$arch";
mkpath("$installroot/postscripts/repos/$distname/$arch/");
open($yumrepofile,">","$installroot/postscripts/repos/$distname/$arch/local-repository.tmpl");
find(\&check_tofix,$installpfx);