Fix fetching pspec.xml twice error

This commit is contained in:
Faik Uygur
2008-11-25 09:03:26 +00:00
parent b78276fc3d
commit 7788d24847
-1
View File
@@ -245,7 +245,6 @@ class Builder:
self.destdir = pisi.util.join_path(ctx.config.tmp_dir(), pkgname)
#self.location = os.path.dirname(self.url.uri)
self.fetch_pspecfile()
self.fetch_actionsfile()
self.check_build_dependencies()
self.fetch_translationsfile()