From 287f4d44f3dd8bca98d48e57a152dae40822eeaa Mon Sep 17 00:00:00 2001
From: Christian Goetze <cg@lindenlab.com>
Date: Thu, 27 Mar 2008 21:49:06 +0000
Subject: [PATCH] indentation error

---
 indra/newview/viewer_manifest.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 1d89b6cf18..8f6865d13b 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -479,14 +479,14 @@ class LinuxManifest(ViewerManifest):
                         if re.search("lib/lib.+\.so.*", d):
                                 self.run_command('strip -S %s' % d)
 
-        # Fixing access permissions
-        for s,d in self.dir_list:
-            self.run_command("chmod 755 '%s'" % d)
-        for s,d in self.file_list:
-            if os.access(d, os.X_OK):
-                self.run_command("chmod 755 '%s'" % d)
-            else:
-                self.run_command("chmod 644 '%s'" % d) 
+                # Fixing access permissions
+                for s,d in self.dir_list:
+                    self.run_command("chmod 755 '%s'" % d)
+                for s,d in self.file_list:
+                    if os.access(d, os.X_OK):
+                        self.run_command("chmod 755 '%s'" % d)
+                    else:
+                        self.run_command("chmod 644 '%s'" % d) 
 
 
         def package_finish(self):
-- 
GitLab