1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

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',
'https://github.com/dschuermann/root-commands.git', sdir, sdk_path)
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'),
'update', 'project', '-p',
libdir]) != 0: