fix dialog error

This commit is contained in:
Louis Abel 2022-06-27 00:50:41 -07:00
parent 0ac1b0ba96
commit cd16cf78f4
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -1669,7 +1669,7 @@ class IsoBuild:
isokwargs["input_charset"] = None
if opts['use_xorrisofs']:
cmd = ['/usr/bin/xorrisofs', '-dialog', 'on', '<', opts['graft_points']]
cmd = ['/usr/bin/xorriso', '-dialog', 'on', '<', opts['graft_points']]
else:
cmd = self._get_mkisofs_cmd(
opts['iso_name'],