diff --git a/pisi/build.py b/pisi/build.py index 5f9a4776..060f3283 100644 --- a/pisi/build.py +++ b/pisi/build.py @@ -222,7 +222,7 @@ class PisiBuild: c = os.getcwd() os.chdir(self.ctx.pkg_dir()) - pkg.add_file(self.ctx.const.files_xml) + pkg.add_file(self.ctx.const.metadata_xml) pkg.add_file(self.ctx.const.files_xml) pkg.close() os.chdir(c)