summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-11-16 10:05:53 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-11-16 10:05:53 +0100
commit28e7927658f916a52d5b1130593c8ca095541568 (patch)
tree7fdd10ab5cd21a494fe9fbba67c1d07d2c0bef26 /config
parenta3c6d611831c44af6cd1b4ec0ab5ab73904e762e (diff)
Fix default Linux x86 config dist path
Diffstat (limited to 'config')
-rw-r--r--config/linux.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux.config b/config/linux.config
index e4041e7..25d3f49 100644
--- a/config/linux.config
+++ b/config/linux.config
@@ -11,7 +11,7 @@ if target_arch == Architecture.X86_64:
sources=sources or os.path.expanduser('~/cerbero/sources/linux_x86_64')
cache_file= cache_file or 'linux_x86_64'
elif target_arch == Architecture.X86:
- prefix=prefix or os.path.expanduser('~/cerbero/dist/linux_osx_i686')
+ prefix=prefix or os.path.expanduser('~/cerbero/dist/linux_i686')
sources=sources or os.path.expanduser('~/cerbero/sources/linux_i686')
cache_file=cache_file or 'linux_i686'