The following commit has been merged in the master branch:
commit 2a0763a627569024114d03c9ec874be31a197e5e
Author: Robin Cornelius <[EMAIL PROTECTED]>
Date:   Thu May 22 21:57:06 2008 +0100

    Modify build to work with git-buildpackage

diff --git a/indra/SConstruct b/indra/SConstruct
index 629656f..1fbb686 100644
--- a/indra/SConstruct
+++ b/indra/SConstruct
@@ -208,7 +208,7 @@ for build_target in targets:
     try:
         build_dir_prefix = os.environ['TEMP_BUILD_DIR']
     except:
-        build_dir_prefix = '/tmp/' + os.environ['USER']
+        build_dir_prefix = '/tmp/'
         
     build_dir = build_dir_prefix + os.getcwd() + '/' + system_str + '-' + 
build_target + '-' + buildtype
 

-- 
A client for connecting to 3D metaverses such as Linden Labs Secondlife(tm) and 
OpenSim grids

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to