isolist is already relative, there is no need to call mkrelative.
This commit is contained in:
parent
7326b388c3
commit
768ab66ee6
@ -1097,7 +1097,7 @@ cost=500
|
|||||||
isolist.append(self.mkrelative(isofile))
|
isolist.append(self.mkrelative(isofile))
|
||||||
|
|
||||||
# Write out a line describing the CD set
|
# 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
|
# Now link the boot iso
|
||||||
if not self.config.get('default', 'arch') == 'source' and \
|
if not self.config.get('default', 'arch') == 'source' and \
|
||||||
|
Loading…
Reference in New Issue
Block a user