Use the new function to create the first split dir only.

This commit is contained in:
Jesse Keating 2009-05-15 12:22:04 -07:00
parent 038a98a2d3
commit e377f015df
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ self.reserve_size : Additional size needed to be reserved on the first disc.
# Recalculate this here in case the disc_size changed.
self.target_size = self.disc_size * 1024.0 * 1024
self.createSplitDirs()
self.createFirstSplitDir()
self.splitRPMS()
if (self.src_discs != 0):
self.splitSRPMS()