From: Michael Tremer Date: Sat, 11 Feb 2012 15:25:16 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.ipfire.org/pub/git/oddments/pakfire X-Git-Tag: 0.9.20~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fab274c7e43686aa916360ead96ebd9453eb297;p=pakfire.git Merge branch 'master' of ssh://git.ipfire.org/pub/git/oddments/pakfire --- 8fab274c7e43686aa916360ead96ebd9453eb297 diff --cc python/pakfire/packages/make.py index 2622da4b2,c041bd62e..7433ad84b --- a/python/pakfire/packages/make.py +++ b/python/pakfire/packages/make.py @@@ -246,11 -245,8 +245,8 @@@ class Makefile(MakefileBase) """ Create a source package. """ - # Download all files we need for this package. - self.download() - p = packager.SourcePackager(self.pakfire, self) - p.run(resultdirs) + return p.run(resultdir) def dump(self, *args, **kwargs): dump = MakefileBase.dump(self, *args, **kwargs)