From 69ca4ed49aba0d2df8138094d2f5d7d3e62bd2ce Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Thu, 18 Nov 2010 09:24:40 +0300 Subject: [PATCH] Change out list name (drop .iso) --- pym/cl_builder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/cl_builder.py b/pym/cl_builder.py index fa5254d..24e09c6 100644 --- a/pym/cl_builder.py +++ b/pym/cl_builder.py @@ -386,7 +386,8 @@ class cl_builder(color_print): self.targetDistr.installFrom(self.sourceDistr) self.printByResult(True) self.printMessageForTest(_("Creating installed package list")) - self.printByResult(self.createPackageList(sourceDirectory,isoFile+".list")) + self.printByResult(self.createPackageList(sourceDirectory, + isoFile[:-4]+".list")) self.printMessageForTest(_("Creating DIGESTS file")) self.printByResult(self.createDigest(isoFile,isoFile+".DIGESTS"))