mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Small fix to ant srclib numbers
This commit is contained in:
parent
b335759816
commit
93b2dca3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1650,7 +1650,7 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
|
|||
name, subdir = name.split('/',1)
|
||||
libpath = getsrclib(name+'@'+ref, srclib_dir, srclibpaths, subdir, preponly=onserver)
|
||||
srclibpaths.append((name, number, libpath))
|
||||
place_srclib(root_dir, int(number), libpath)
|
||||
place_srclib(root_dir, int(number) if number else None, libpath)
|
||||
|
||||
basesrclib = vcs.getsrclib()
|
||||
# If one was used for the main source, add that too.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue