[Linux] More follow-through on earlier manifest tuning, make always really mean always.
This commit is contained in:
@@ -1152,9 +1152,8 @@ class LinuxManifest(ViewerManifest):
|
||||
|
||||
def do(self, *actions):
|
||||
super(LinuxManifest, self).do(*actions)
|
||||
if not 'package' in self.actions:
|
||||
self.package_finish() # Always finish the package.
|
||||
else:
|
||||
self.package_finish() # Always finish the package.
|
||||
if 'package' in self.actions:
|
||||
# package_finish() was called by super.do() so just create the TAR.
|
||||
self.create_archive()
|
||||
return self.file_list
|
||||
|
||||
Reference in New Issue
Block a user