Skip to content

Commit

Permalink
Quick fix build archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Adadov committed Jan 13, 2025
1 parent 9aaae1e commit 4d17fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mockTaskProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class mockBuildTaskProvider implements TaskProvider {
tmpMockfile = './tmpcfg-' + config + '.cfg';
cmd += `cat $(mock -q -r ${config} --debug-config-expanded|awk '/config_file/ {print $3}'|tr -d "'") > ${tmpMockfile};`;
cmd += `cat ${this.localMockFile} >> ${tmpMockfile};`;
specfile = `${this.workspaceRoot}/${this.specFile}`;
specfile = this.specFile;
} else {
tmpSpecfile = './tmpcfg-' + config + '.spec';
cmd += `rpmautospec process-distgit ${this.specFile} ${tmpSpecfile};`;
Expand Down

0 comments on commit 4d17fa6

Please sign in to comment.