summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2008-06-11 00:18:01 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2008-06-11 00:18:01 +0000
commit0285e879c10e0875f2fe457249b223ff7f03c0ad (patch)
tree205b62fc8af7fc09cd5e31ee9bbc969b340dcb23 /indra
parentc9ce59223cf2d27eead8a99762df796901216284 (diff)
svn merge -r89446:89445 indra/newview/viewer_manifest.py
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/viewer_manifest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index a47e2ba5d6..4b117cd180 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -402,8 +402,7 @@ class DarwinManifest(ViewerManifest):
self.path("../../libraries/universal-darwin/lib_release/libllkdu.dylib", "libllkdu.dylib")
#libfmodwrapper.dylib
- self.path('fmodwrapper/%s/libfmodwrapper.dylib' %
- self.args['configuration'], 'libfmodwrapper.dylib')
+ self.path(self.args['configuration'] + "/libfmodwrapper.dylib", "libfmodwrapper.dylib")
# command line arguments for connecting to the proper grid
self.put_in_file(self.flags_list(), 'arguments.txt')