mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
fix download
This commit is contained in:
parent
73f3322d8b
commit
8016d9ad5a
1 changed files with 2 additions and 2 deletions
|
@ -146,9 +146,9 @@ class QueuePkgs(object):
|
|||
sources = []
|
||||
os.chdir(build_path)
|
||||
script = sbo_dwn.split("/")[-1]
|
||||
Download(build_path, sbo_dwn).start()
|
||||
Download(build_path, sbo_dwn.split()).start()
|
||||
for src in source_dwn:
|
||||
Download(build_path, src).start()
|
||||
Download(build_path, src.split()).start()
|
||||
sources.append(src.split("/")[-1])
|
||||
BuildPackage(script, sources, build_path).build()
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue