mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb/setbuilder: Do not install if --no-install option is used
- This is a bug introduced in the recent bset tar file changes
This commit is contained in:
parent
c0edd80bcd
commit
6f7eba4f1a
@ -560,7 +560,8 @@ class buildset:
|
||||
buildroot = path.join(b.config.expand('%{buildroot}'), prefix)
|
||||
if self.staging():
|
||||
prefix = b.config.expand('%{stagingroot}')
|
||||
self.install(self.install_mode(), b.name(), buildroot, prefix)
|
||||
if not self.opts.no_install():
|
||||
self.install(self.install_mode(), b.name(), buildroot, prefix)
|
||||
#
|
||||
# Sizes ...
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user