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':
|
if src['compressed-type'] != 'zip':
|
||||||
src['script'] += ' | %{__tar_extract} -'
|
src['script'] += ' | %{__tar_extract} -'
|
||||||
else:
|
else:
|
||||||
src['script'] = '%{__tar_extract} %s' % (src['local'])
|
src['script'] = '%%{__tar_extract} %s' % (src['local'])
|
||||||
srcs += [src]
|
srcs += [src]
|
||||||
return srcs
|
return srcs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user