From 28f3dbc318ebe087cd8016f74ffd57a90cfd287c Mon Sep 17 00:00:00 2001 From: maroy Date: Wed, 3 Nov 2004 15:26:15 +0000 Subject: [PATCH] added BUILD_ROOT environment variable, needed by the Helix build --- .../helix/all_clients_nodist-helix-20041010/bin/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/livesupport/tools/helix/all_clients_nodist-helix-20041010/bin/install.sh b/livesupport/tools/helix/all_clients_nodist-helix-20041010/bin/install.sh index 397b3196e..ae302879b 100755 --- a/livesupport/tools/helix/all_clients_nodist-helix-20041010/bin/install.sh +++ b/livesupport/tools/helix/all_clients_nodist-helix-20041010/bin/install.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/helix/all_clients_nodist-helix-20041010/bin/Attic/install.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -51,6 +51,7 @@ cd $product # for some reason, despite the -k flag, this script will try to connect # to the Helix CVS server. # see https://bugs.helixcommunity.org/show_bug.cgi?id=3309 +export BUILD_ROOT=$tmpdir/$product/build ./build/bin/build -m helix -trelease -k -P helix-client-all-defines-nodist splay # copy all the necessary files manually