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.
parent
7769191414
commit
1f4ffb0d7a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue