Fixes to package generation tooling

This commit is contained in:
James Turner
2015-09-24 19:45:42 -05:00
parent d943076183
commit c19096b0af
2 changed files with 20 additions and 15 deletions

View File

@@ -181,7 +181,7 @@ class PackageData:
print self.id, "has zip exclude list"
zipArgs += ["-x@" + excludePath]
zipArgs += [zipFilePath, self.id]
zipArgs += [zipFilePath, self.path]
subprocess.call(zipArgs)
zipFile = open(zipFilePath, 'r')