This commit is contained in:
Barış Metin
2005-06-22 11:43:20 +00:00
parent 13680f94b6
commit d42a650ced
+1 -1
View File
@@ -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)