Minor clean up.

This commit is contained in:
Chris Johns 2013-04-16 14:57:27 +10:00
parent 1bab1652f0
commit f8bdb41bef

View File

@ -68,7 +68,7 @@ def _git_parser(source, config, opts):
if len(us) > 1:
source['args'] = us[1:]
source['local'] = \
path.join(source['local_prefix'], config.expand('git'), source['file'])
path.join(source['local_prefix'], 'git', source['file'])
source['symlink'] = source['local']