Skip to content

Commit

Permalink
Buildroot._setup_build_dirs() is not needed for bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup authored and xsuchy committed Jul 24, 2023
1 parent a34d3ae commit 049bc67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mock/py/mockbuild/buildroot.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ def _prepare_rpm_macros(self):
rpmmacros.write("%s %s\n" % (key, value))

@traceLog()
@noop_in_bootstrap
def _setup_build_dirs(self):
build_dirs = ['RPMS', 'SPECS', 'SRPMS', 'SOURCES', 'BUILD', 'BUILDROOT',
'originals']
Expand Down

0 comments on commit 049bc67

Please sign in to comment.