sbsv2/raptor/python/raptor_meta.py
branchfix
changeset 48 f872a2538607
parent 32 fdfc59a2ae7e
child 56 c02a2a09d864
child 138 681b6bf8a272
--- a/sbsv2/raptor/python/raptor_meta.py	Thu Dec 17 11:34:53 2009 +0000
+++ b/sbsv2/raptor/python/raptor_meta.py	Mon Dec 21 12:54:47 2009 +0000
@@ -2782,10 +2782,11 @@
 							# export the file
 							exportwhatlog += self.CopyExport(fromFile, toFile, bldinf_filename)
 						else:
-							exportwhatlog += ("<archive zipfile='" + str(fromFile) + "'>\n")
 							members = self.UnzipExport(fromFile, toFile,
 									str(exportPlatform['SBS_BUILD_DIR']),
 									bldinf_filename)
+							
+							exportwhatlog += ("<archive zipfile='" + str(fromFile) + "'>\n")
 							if members != None:
 								exportwhatlog += members
 							exportwhatlog += "</archive>\n"