sb: Fix the formatting string.

This commit is contained in:
Chris Johns 2014-05-14 16:43:40 +10:00
parent e249bd1db6
commit 83586f70c4

View File

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