Missing directory.
This commit is contained in:
parent
2554e4957d
commit
895b0978cf
|
@ -564,6 +564,7 @@ class Build():
|
||||||
# We need, first, to download those packages.
|
# We need, first, to download those packages.
|
||||||
debs = [ x.split(":")[0] for x in debian_packages ]
|
debs = [ x.split(":")[0] for x in debian_packages ]
|
||||||
downloadpath = os.path.abspath(os.path.join(self.builddir, 'dependencies'))
|
downloadpath = os.path.abspath(os.path.join(self.builddir, 'dependencies'))
|
||||||
|
os.makedirs(downloadpath)
|
||||||
|
|
||||||
if self.verbose:
|
if self.verbose:
|
||||||
print("Downloading missing dependencies, please wait.")
|
print("Downloading missing dependencies, please wait.")
|
||||||
|
|
Loading…
Reference in New Issue