Minor bugfixes for a line in viewer_manifest that never gets run (because of the way the SConstruct file on Linux is built). However, it might get run in the future, so there we go. Thanks cg for finding this. Not reviewed.

master
Ryan Williams 2007-07-24 06:09:13 +00:00
parent 7769191414
commit 1f4ffb0d7a
1 changed files with 2 additions and 2 deletions

View File

@ -370,8 +370,8 @@ class LinuxManifest(ViewerManifest):
if(self.args.has_key('installer_name')):
installer_name = self.args['installer_name']
else:
installer_name = '_'.join('SecondLife_', self.args.get('arch'), *self.args['version'])
if grid != '':
installer_name = '_'.join(['SecondLife', self.args.get('arch'), '_'.join(self.args['version'])])
if not self.default_grid():
installer_name += "_" + grid.upper()
# temporarily move directory tree so that it has the right name in the tarfile