mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Dumb mistake fixes
This commit is contained in:
parent
1608f3e4a8
commit
95a70d0e0e
1 changed files with 3 additions and 1 deletions
|
@ -912,10 +912,12 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
|||
'https://github.com/Chainfire/libsuperuser', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
libdir = os.path.join(sdir, 'libsuperuser')
|
||||
if basepath:
|
||||
return sdir
|
||||
return libdir
|
||||
|
||||
if name == 'AndroidUtils':
|
||||
sdir = os.path.join(extlib_dir, 'libsuperuser')
|
||||
sdir = os.path.join(extlib_dir, 'AndroidUtils')
|
||||
vcs = getvcs('git',
|
||||
'https://github.com/yuriykulikov/AndroidUtils', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue