mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
Fix srclib subdir paths
This commit is contained in:
parent
b6eefb2d5d
commit
64a7a5149e
1 changed files with 1 additions and 1 deletions
|
@ -1324,7 +1324,7 @@ def getsrclib(spec, srclib_dir, srclibpaths=[], subdir=None, basepath=False,
|
|||
|
||||
libdir = None
|
||||
if subdir is not None:
|
||||
libdir = subdir
|
||||
libdir = os.path.join(sdir, subdir)
|
||||
elif srclib["Subdir"] is not None:
|
||||
for subdir in srclib["Subdir"]:
|
||||
libdir_candidate = os.path.join(sdir, subdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue