aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorJacek Antonelli2010-11-13 23:13:21 -0600
committerJacek Antonelli2010-11-14 02:08:25 -0600
commitecec32deaff66550dd79b16104353ffee9a9039c (patch)
tree740fdcbbea43afd0286dc128c6e97efeb2f0a2df /linden/indra/newview/viewer_manifest.py
parentCommented out gstreamer libs from Mac manifest. (diff)
downloadmeta-impy-ecec32deaff66550dd79b16104353ffee9a9039c.zip
meta-impy-ecec32deaff66550dd79b16104353ffee9a9039c.tar.gz
meta-impy-ecec32deaff66550dd79b16104353ffee9a9039c.tar.bz2
meta-impy-ecec32deaff66550dd79b16104353ffee9a9039c.tar.xz
Fixed path to Mac SLPlugin launcher.
Diffstat (limited to '')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index aa74502..c9a2f7b 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -784,7 +784,7 @@ class DarwinManifest(ViewerManifest):
784 # ) 784 # )
785 785
786 # plugin launcher 786 # plugin launcher
787 self.path("../llplugin/slplugin/" + self.args['configuration'] + "/SLPlugin", "SLPlugin") 787 self.path("../llplugin/slplugin/" + self.args['configuration'] + "/SLPlugin.app", "SLPlugin.app")
788 788
789 # plugins 789 # plugins
790 if self.prefix(src="", dst="llplugin"): 790 if self.prefix(src="", dst="llplugin"):