Skip to content
  • Jorge Olmos's avatar
    source: Fix extract in git sources · 7b8fa582
    Jorge Olmos authored
    Use os.makedirs which can create several path levels at once, instead of
    failing.
    For instance Cmake sources are extracted to ARCH/PACKAGE-VERSION/_builddir/
    and two directories have to be created.
    All other source types are already using os.makedirs.
    
    Part-of: <!700>
    7b8fa582