isolist is already relative, there is no need to call mkrelative.

This commit is contained in:
Jesse Keating 2008-08-05 23:25:14 -04:00
parent 7326b388c3
commit 768ab66ee6
1 changed files with 1 additions and 1 deletions

View File

@ -1097,7 +1097,7 @@ cost=500
isolist.append(self.mkrelative(isofile))
# Write out a line describing the CD set
self.writeinfo('mediaset: %s' % ' '.join(self.mkrelative(iso) for iso in isolist))
self.writeinfo('mediaset: %s' % ' '.join(isolist))
# Now link the boot iso
if not self.config.get('default', 'arch') == 'source' and \