mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Minor clean up.
This commit is contained in:
parent
1bab1652f0
commit
f8bdb41bef
@ -68,7 +68,7 @@ def _git_parser(source, config, opts):
|
|||||||
if len(us) > 1:
|
if len(us) > 1:
|
||||||
source['args'] = us[1:]
|
source['args'] = us[1:]
|
||||||
source['local'] = \
|
source['local'] = \
|
||||||
path.join(source['local_prefix'], config.expand('git'), source['file'])
|
path.join(source['local_prefix'], 'git', source['file'])
|
||||||
source['symlink'] = source['local']
|
source['symlink'] = source['local']
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user