diff --git a/livesupport/tools/helix/hxclient_1_3_0_neptunex-2004-12-15/bin/install.sh b/livesupport/tools/helix/hxclient_1_3_0_neptunex-2004-12-15/bin/install.sh index 3a13a55ac..11f4cd596 100755 --- a/livesupport/tools/helix/hxclient_1_3_0_neptunex-2004-12-15/bin/install.sh +++ b/livesupport/tools/helix/hxclient_1_3_0_neptunex-2004-12-15/bin/install.sh @@ -22,7 +22,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.1 $ +# Version : $Revision: 1.2 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/helix/hxclient_1_3_0_neptunex-2004-12-15/bin/Attic/install.sh,v $ #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- @@ -56,6 +56,7 @@ cd $product # to the Helix CVS server. # see https://bugs.helixcommunity.org/show_bug.cgi?id=3309 export BUILD_ROOT=$tmpdir/$product/build +export BUILDRC=$etcdir/buildrc build=$BUILD_ROOT/bin/build $build -m $branch -P $helixProfile -trelease -k splay diff --git a/livesupport/tools/helix/hxclient_1_3_0_neptunex-2004-12-15/etc/buildrc b/livesupport/tools/helix/hxclient_1_3_0_neptunex-2004-12-15/etc/buildrc new file mode 100644 index 000000000..15163e9cd --- /dev/null +++ b/livesupport/tools/helix/hxclient_1_3_0_neptunex-2004-12-15/etc/buildrc @@ -0,0 +1,4 @@ +AddBIFPath("common", "[helix]/common/build/BIF") +AddBIFPath("client", "[helix]/client/build/BIF") +SetSDKPath("oggvorbissdk", "/usr") +