Mac version arch identification should lower case x.

This commit is contained in:
David Walter Seikel
2013-12-14 06:01:28 +10:00
parent c8581e820f
commit ab5cdaf1b0
+2 -1
View File
@@ -747,7 +747,8 @@ class DarwinManifest(ViewerManifest):
if not self.default_channel():
channel_standin = self.channel()
imagename=self.installer_prefix() + '.'.join(self.args['version']) + "-Mac-X86"
# Hard coding this coz platform is "darwin" and arch is """, so neither are useful now.
imagename=self.installer_prefix() + '.'.join(self.args['version']) + "-Mac-x86"
volname="Imprudence Installer" # DO NOT CHANGE without understanding comment above