added BUILD_ROOT environment variable, needed by the Helix build
This commit is contained in:
parent
af87182cc8
commit
28f3dbc318
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue