mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Fix srclib
This commit is contained in:
parent
1ea46b55dc
commit
a80938a2aa
1 changed files with 1 additions and 1 deletions
|
@ -1571,7 +1571,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||||
elif name == 'ColorPickerPreference':
|
elif name == 'ColorPickerPreference':
|
||||||
sdir = os.path.join(extlib_dir, 'ColorPickerPreference')
|
sdir = os.path.join(extlib_dir, 'ColorPickerPreference')
|
||||||
vcs = getvcs('git',
|
vcs = getvcs('git',
|
||||||
'https://github.com/frigus02/HoloColorPicker', sdir, sdk_path)
|
'https://github.com/attenzione/android-ColorPickerPreference', sdir, sdk_path)
|
||||||
vcs.gotorevision(ref)
|
vcs.gotorevision(ref)
|
||||||
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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue