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

Fix srclib

This commit is contained in:
Daniel Martí 2013-03-26 23:48:23 +01:00 committed by Paul Sokolovsky
parent e5e69e9c6f
commit ad7bfca6f6

View File

@ -1585,7 +1585,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',