summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-05-22 11:09:43 -0400
committerOz Linden <oz@lindenlab.com>2013-05-22 11:09:43 -0400
commit5758b9e304c182db93aa642358140d9464331208 (patch)
tree0ad969a04f97242253ac1af5ed6e98eb992fea8d /indra/newview/viewer_manifest.py
parent9ef64494559dce5f7c0afb271b591036054f01ce (diff)
parent7fad053982d835ff5b9ec496bc94ddbedc234dcc (diff)
merge changes for 3.5.3-release
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 179ebdbe00..35451c9621 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -154,10 +154,8 @@ class ViewerManifest(LLManifest):
# Files in the newview/ directory
self.path("gpu_table.txt")
-
- # The summary.json file gets left in the base checkout dir by
- # build.sh. It's only created for a build.sh build.
- if not self.path2basename(os.path.join(os.pardir, os.pardir), "summary.json"):
+ # The summary.json file gets left in the build directory by newview/CMakeLists.txt.
+ if not self.path2basename(os.pardir, "summary.json"):
print "No summary.json file"
def grid(self):