mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Fix the formatting string.
This commit is contained in:
parent
e249bd1db6
commit
83586f70c4
@ -167,7 +167,7 @@ class build:
|
||||
if src['compressed-type'] != 'zip':
|
||||
src['script'] += ' | %{__tar_extract} -'
|
||||
else:
|
||||
src['script'] = '%{__tar_extract} %s' % (src['local'])
|
||||
src['script'] = '%%{__tar_extract} %s' % (src['local'])
|
||||
srcs += [src]
|
||||
return srcs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user