mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05:00
Supress confusing output
This commit is contained in:
parent
66a13a4ac5
commit
8886725971
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ def setup_dependencies_and_sources(package: Package):
|
|||
"""
|
||||
if package.mode == 'cross':
|
||||
for p in package.depends:
|
||||
subprocess.run(pacman_cmd + ['-S', p])
|
||||
subprocess.run(pacman_cmd + ['-S', p], stderr=subprocess.DEVNULL)
|
||||
|
||||
result = subprocess.run(makepkg_cmd +
|
||||
['--nobuild',
|
||||
|
|
Loading…
Add table
Reference in a new issue