2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

wrong complete kit path

This commit is contained in:
baiyuan
2014-10-09 03:19:08 -04:00
parent 5cb4f7a8d9
commit 425dbf90ed

View File

@ -1022,7 +1022,7 @@ sub kit_buildtar
}
}
print "Creating tar file $tarfile.\n";
print "Creating tar file $::current_dir/$kitfilename.\n";
if ( system("cd $::deploy_dir; cd ..; tar -cjhf $tarfile $kitname/*") ) {
print "Error building tarfile $tarfile \n";