mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
fix path in RootCommands srclib
This commit is contained in:
parent
9fa32fe244
commit
7a26a5dbf9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue