fix path in RootCommands srclib

This commit is contained in:
David Black 2013-03-14 13:40:10 +00:00
parent 9fa32fe244
commit 7a26a5dbf9

View file

@ -1323,7 +1323,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
vcs = getvcs('git', vcs = getvcs('git',
'https://github.com/dschuermann/root-commands.git', sdir, sdk_path) 'https://github.com/dschuermann/root-commands.git', sdir, sdk_path)
vcs.gotorevision(ref) vcs.gotorevision(ref)
libdir = os.path.join(sdir, 'RootCommands Library') libdir = os.path.join(sdir, 'RootCommands-Library')
if subprocess.call([os.path.join(sdk_path, 'tools', 'android'), if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
'update', 'project', '-p', 'update', 'project', '-p',
libdir]) != 0: libdir]) != 0: