1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 02:30:11 +01:00
This commit is contained in:
David Black 2013-01-18 12:08:13 +00:00
parent f7ecd0cd23
commit 6ba6a32559

View File

@ -1448,7 +1448,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
return sdir
return libdir
if name == 'K9Mail-XOAuth':
if name == 'K9Mail-XOAUTH':
sdir = os.path.join(extlib_dir, 'K9Mail-XOAUTH')
vcs = getvcs('git',
'https://github.com/jberkel/k9mail.git', sdir, sdk_path)