From e377f015df8aaf248bc3a379b737c61c19bdc4ee Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 15 May 2009 12:22:04 -0700 Subject: [PATCH] Use the new function to create the first split dir only. --- src/pypungi/splittree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pypungi/splittree.py b/src/pypungi/splittree.py index c873d88c..d75cc4be 100644 --- a/src/pypungi/splittree.py +++ b/src/pypungi/splittree.py @@ -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()