fix working dir path
This commit is contained in:
parent
7521198a8c
commit
49dfa51bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ class KiwiCreateImageTask(BaseBuildTask):
|
|||
|
||||
if opts.get('make_prep'):
|
||||
cmd = ['make', 'prep']
|
||||
rv = broot.mock(['--cwd', broot.tmpdir(within=True), '--chroot', '--'] + cmd)
|
||||
rv = broot.mock(['--cwd', os.path.join(broot.tmpdir(within=True), os.path.basename(scmsrcdir), desc_path), '--chroot', '--'] + cmd)
|
||||
if rv:
|
||||
raise koji.GenericError("Preparation step failed")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue