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:
Chris Johns 2015-10-26 15:38:39 +11:00
parent 2cd8aee2f0
commit 824f57c613

View File

@ -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')