mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Only use /usr/local/bin/unzip on FreeBSD.
The base package version is broken and does not unzip all files in a zip file cleanly.
This commit is contained in:
parent
2cd8aee2f0
commit
824f57c613
@ -63,6 +63,7 @@ def load():
|
||||
'__bison': ('exe', 'required', '/usr/local/bin/bison'),
|
||||
'__git': ('exe', 'required', '/usr/local/bin/git'),
|
||||
'__svn': ('exe', 'required', '/usr/local/bin/svn'),
|
||||
'__unzip': ('exe', 'optional', '/usr/local/bin/unzip'),
|
||||
'__xz': ('exe', 'optional', '/usr/bin/xz'),
|
||||
'__make': ('exe', 'required', 'gmake'),
|
||||
'__patch_opts': ('none', 'none', '-E')
|
||||
|
Loading…
x
Reference in New Issue
Block a user