summaryrefslogtreecommitdiff
path: root/cerbero
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-05-12 13:52:37 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-05-12 13:52:37 +0200
commit1a019f5d31ee08893d63f8bd4c4f3b1b07df798a (patch)
tree4ec3068f0cb8f84eaba45a2f4233b5b466307212 /cerbero
parent892b6a3697c9cced13606ce1c001323082626acc (diff)
config: The program files path has (x86), not x(86) as suffix
Diffstat (limited to 'cerbero')
-rw-r--r--cerbero/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/config.py b/cerbero/config.py
index 3876eb9..f7191e1 100644
--- a/cerbero/config.py
+++ b/cerbero/config.py
@@ -44,7 +44,7 @@ def get_wix_prefix(arch):
if arch == Architecture.X86:
path = ''
else:
- path = ' x(86)'
+ path = ' (x86)'
return DEFAULT_WIX_PREFIX % path