mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Fix srclib
This commit is contained in:
parent
1ea46b55dc
commit
a80938a2aa
@ -1571,7 +1571,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
elif name == 'ColorPickerPreference':
|
||||
sdir = os.path.join(extlib_dir, 'ColorPickerPreference')
|
||||
vcs = getvcs('git',
|
||||
'https://github.com/frigus02/HoloColorPicker', sdir, sdk_path)
|
||||
'https://github.com/attenzione/android-ColorPickerPreference', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
if subprocess.call([os.path.join(sdk_path, 'tools', 'android'),
|
||||
'update', 'project', '-p',
|
||||
|
Loading…
Reference in New Issue
Block a user