mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Check the dry-opt option before doing the install.
This commit is contained in:
parent
27e5a7e7f5
commit
dab4a9bbbe
@ -122,8 +122,9 @@ class buildset:
|
||||
dst = _build.config.expand('%{_prefix}')
|
||||
src = path.join(src, dst)
|
||||
_notice(self.opts, 'installing: %s -> %s' % \
|
||||
(self.bset_pkg, os.path.relpath(path.host(dst))))
|
||||
self.copy(src, dst)
|
||||
(self.bset_pkg, path.host(dst)))
|
||||
if not self.opts.dry_run():
|
||||
self.copy(src, dst)
|
||||
|
||||
def last_package(self, _build, tmproot):
|
||||
if self.opts.get_arg('--bset-tar-file'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user