[cig-commits] commit: Typo.

Mercurial hg at geodynamics.org
Mon Nov 24 11:23:01 PST 2008


changeset:   70:23ca4705add3
user:        LukeHodkinson
date:        Mon Apr 07 01:28:38 2008 +0000
files:       config/SConfig/Package.py
description:
Typo.


diff -r d99cc254bf6b -r 23ca4705add3 config/SConfig/Package.py
--- a/config/SConfig/Package.py	Mon Apr 07 01:27:51 2008 +0000
+++ b/config/SConfig/Package.py	Mon Apr 07 01:28:38 2008 +0000
@@ -439,8 +439,8 @@ int main(int argc, char* argv[]) {
             self.backup_variable(scons_env, 'RPATH', old_state)
             for d in self.lib_dirs:
                 full_dir = self.join_sub_dir(self.base_dir, d)
+                abs_dir = os.path.abspath(full_dir)
                 if full_dir in self.system_library_dirs:
-                    abs_dir = os.path.abspath(full_dir)
                     if not os.path.isabs(full_dir): full_dir = '#' + full_dir
                     scons_env.AppendUnique(LIBPATH=[full_dir])
                     scons_env.AppendUnique(RPATH=[abs_dir])



More information about the CIG-COMMITS mailing list