summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2010-11-29 16:22:20 -0800
committerbrad kittenbrink <brad@lindenlab.com>2010-11-29 16:22:20 -0800
commitee981dd58103f7ee332ff264031b4cca0c85e759 (patch)
tree819d14f86fa9d6f683ea9e447fb6a3bbcdab94f4 /indra
parent7c287011f9474be8c57374768950e40386e1b0ec (diff)
CHOP-223 fix for more mac build breakage from the previous changes.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index ea62760f31..6c77f8ec38 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -714,7 +714,7 @@ class DarwinManifest(ViewerManifest):
def copy_finish(self):
# Force executable permissions to be set for scripts
# see CHOP-223 and http://mercurial.selenic.com/bts/issue1802
- for script in 'MacOS/update_install',:
+ for script in 'Contents/MacOS/update_install',:
self.run_command("chmod +x %r" % os.path.join(self.get_dst_prefix(), script))
def package_finish(self):