mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix the ZIP label.
This commit is contained in:
parent
4ce931b413
commit
29a300a766
@ -53,7 +53,7 @@ def _http_parser(source, config, opts):
|
||||
source['compressed'] = '%{__gzip} -dc'
|
||||
elif esl[-1:][0] == 'bz2':
|
||||
source['compressed'] = '%{__bzip2} -dc'
|
||||
elif esl[-1:][0] == 'bz2':
|
||||
elif esl[-1:][0] == 'zip':
|
||||
source['compressed'] = '%{__zip} -u'
|
||||
elif esl[-1:][0] == 'xz':
|
||||
source['compressed'] = '%{__xz} -dc'
|
||||
|
Loading…
x
Reference in New Issue
Block a user