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

fix MenuDrawer srclib

This commit is contained in:
David Black 2013-04-25 11:06:27 +01:00
parent 117b3c2400
commit 33315cf438

View File

@ -1729,6 +1729,9 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
'update', 'project', '-p',
libdir]) != 0:
raise BuildException('Error updating MenuDrawer project')
if basepath:
return sdir
return libdir
if name == 'ImageLoader':
sdir = os.path.join(extlib_dir, 'ImageLoader')